Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 671 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 671 Bytes

React Movies REST API - ReactJS, NodeJS, Express

Uses TheMovieDatabase API.

Check current WIP here :

https://xmartinezpujol.github.io/react-movies/

Client / Server localhost

Node/NPM required to install dependencies.

Clone rep

git clone https://github.com/xmartinezpujol/react-movies.git

Install dependencies

npm install

Run Server (API) at http://localhost:8080

npm run api

Run Client (ReactJS App) at http://localhost:3000

npm start

Make Production Bundle - Client (ReactJS App)

npm run prod

Tech Stack

ReactJS, Redux, NodeJS, Express, Webpack3 + DevServer, SASS, Pug(Jade).