Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.46 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.46 KB

Frontend Boilerplate with React, Redux & TypeScript

A bare minimum react-redux-webpack-typescript boilerplate with simple example.

Contains

Build tools

Installation

$ npm install

Running

$ npm start

Build

$ npm run build

Deploy (to the server)

$ npm run deploy

Format code (using Prettier)

$ npm run prettier

License

MIT