nvsky / typescript-react-redux-starter

Antd,Typescript, React, Redux, Webpack starter kit

Home Page:https://bang88.github.io/typescript-react-redux-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://bang88.github.io/typescript-react-redux-starter

License:MIT License


Languages

Language:TypeScript 41.6%Language:JavaScript 34.9%Language:RobotFramework 11.8%Language:CSS 10.6%Language:HTML 1.1%