Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 218 Bytes

File metadata and controls

18 lines (13 loc) · 218 Bytes

IMDBAPI_ReactWithRedux

First, install the dependencies.

npm install

To build and serve the project locally at localhost:8080, run:

npm start

To just build the project, run:

npm run build