Skip to content

Nikhil-Kumaran/movie-shortlist

Repository files navigation

Movie Shortlist

Bootstapped with reactjs-boilerplate

Prerequisites

use node >= 10.16.0

Installation

yarn

or

npm i

Starting the app

yarn start

or

npm start

Runs the app in the development mode.

Open http://localhost:8080 to view it in the browser.

The page will hot reload if you make edits.

Bulding the app

yarn build

or

npm run build

Builds the app for production and files are saved to the build folder.

It bundles your files in production mode and optimizes the build for the best performance.

The build is minified and the filenames include hashes.

Your app is ready to be deployed!

Build and serve locally

yarn build-serve

or

npm run build-serve

This command will build your app and start a server called serve which will serve your build files.