Skip to content

time2hack/movieDB

Repository files navigation

movieDB

MovieDB App in Google Firebase

Getting Started

  • 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

========================

Port Blocked?

Try starting the server as npm run start -- --port=3000 and launch http://localhost:3000 in browser.