MovieDB App in Google Firebase
-
Clone the repo by
git clone https://github.com/time2hack/movieDB.git
-
Navigate to it
cd movieDB
-
Install dependencies
npm install
-
Start the local server
npm run start
-
Open URL Browser
http://localhost:3333
========================
Try starting the server as npm run start -- --port=3000
and launch http://localhost:3000
in browser.