https://github.com/nirajkashyap/rxjs-redux-react-demo
https://github.com/nirajkashyap/rxjs-redux-react-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nirajkashyap/rxjs-redux-react-demo
- Owner: Nirajkashyap
- Created: 2017-12-13T18:46:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T16:22:08.000Z (over 7 years ago)
- Last Synced: 2025-01-21T14:17:20.252Z (5 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Boilerplate with React, Redux & TypeScript
A bare minimum react-redux-webpack-typescript boilerplate with TodoMVC example.
Note that this project does not include **Server-Side Rendering**, **Testing Frameworks** and other stuffs that makes the package unnecessarily complicated.
Ideal for creating React apps from the scratch.
See also: [react-mobx-typescript-boilerplate](https://github.com/rokoroku/react-mobx-typescript-boilerplate)
### Branches
- [`feature-tslint`](https://github.com/rokoroku/react-redux-typescript-boilerplate/tree/feature/tslint): yarn + tslint + prettier integrated branch.## Contains
- [x] [Typescript](https://www.typescriptlang.org/) 2.5
- [x] [React](https://facebook.github.io/react/) 16.0
- [x] [Redux](https://github.com/reactjs/redux) 3.7
- [x] [React Router](https://github.com/ReactTraining/react-router) 4.2
- [x] [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension)
- [x] [TodoMVC example](http://todomvc.com)### Build tools
- [x] [Webpack](https://webpack.github.io) 3
- [x] [Tree Shaking](https://medium.com/@Rich_Harris/tree-shaking-versus-dead-code-elimination-d3765df85c80)
- [x] [Webpack Dev Server](https://github.com/webpack/webpack-dev-server)
- [x] [Awesome Typescript Loader](https://github.com/s-panferov/awesome-typescript-loader)
- [x] [PostCSS Loader](https://github.com/postcss/postcss-loader)
- [x] [CSS next](https://github.com/MoOx/postcss-cssnext)
- [x] [CSS modules](https://github.com/css-modules/css-modules)
- [x] [React Hot Loader](https://github.com/gaearon/react-hot-loader)
- [x] [ExtractText Plugin](https://github.com/webpack/extract-text-webpack-plugin)
- [x] [HTML Webpack Plugin](https://github.com/ampedandwired/html-webpack-plugin)## Setup
```
$ npm install
```## Running
```
$ npm start
```## Build
```
$ npm run build
```# License
MIT