Skip to content

BANG88/typescript-react-redux-starter

 
 

Repository files navigation

Build Status

TypeScript/Antd/React/Redux Starter

Another react typescript starter kit build with love ant-design

npm scripts

Dev

$ npm run dev

Production

npm install
npm start

Tests

Single Run

$ npm run test

Watch Files

$ npm run test:watch

Connecting to remote APIs

Both the devmode and production servers provide a way to proxy requests to remote HTTP APIs. This can be useful for working around CORS issues when developing your software.

Edit this file to mount such APIs at a given path.

TODO

improve webpack performance

webpack -p // 

Note

This is a fork repo from rangle,I try to add more typings,integrate with antd and let it works. But rewrite most of them under src/*, the next will be a complete rebuild

License

Copyright (c) bang88 Copyright (c) 2016 rangle.io

MIT License

About

Antd,Typescript, React, Redux, Webpack starter kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 41.6%
  • JavaScript 34.9%
  • RobotFramework 11.8%
  • CSS 10.6%
  • HTML 1.1%