/react-movie

Primary LanguageJavaScriptMIT LicenseMIT

  • Then install the dependencies:
npm install
  • Run development server:
npm start
npm run dev

Open the web browser to http://localhost:8888/

To build the production package

npm run build