This template is basic setup for react+redux. Can be used to kick start a project in react+redux using Typescript.
- Requirements
a. Node JS 7.6.0 +
b. Typescript 2.2+npm install -g typescript
c. Typingsnpm install -g typings
c. Visual Studio Code 1.9+ (Suggested)
npm install
typings install
npm start
(Open http://localhost:8100/)
- Updated build configs and scripts
- Added CI and docker support
- Removed store dependency for API calls
- Add best practices
- Added axios for API calls
- Added base setup for react, redux and typescript