Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 303 Bytes

README.md

File metadata and controls

executable file
·
26 lines (18 loc) · 303 Bytes

TypeScript React/Redux App

Installation

$ git clone https://github.com/GregWilson/react-redux-movies-app.git
$ npm install

Run Webpack Dev Server (localhost:8080)

$ npm run serve

Run Tests

$ npm run test

Build JS Bundle

$ npm run build