This is a boilerplate launch project meant to accelerate application development start times for new projects.
- Typescript
- React
- React-redux
- React-router
- webpack
- sass
- fetch wrappers (for restful API calls)
- tslint (with a few rules modified from the defaults)
- browser-bunyan for centralized logging
- font awesome
This application pairs out of the box with a corresponding backend project hosted here
- Fill out more unit tests
- login/logout redirect to/from dashboard
- Better HTTP verbs
- Css layout
npm install
npm start
npm test