https://github.com/nikfranki/typescript-with-todolist
this is a todolist complete by typescript
https://github.com/nikfranki/typescript-with-todolist
react react-redux react-router react-router-redux redux redux-actions typescript
Last synced: 10 months ago
JSON representation
this is a todolist complete by typescript
- Host: GitHub
- URL: https://github.com/nikfranki/typescript-with-todolist
- Owner: NikFranki
- Created: 2018-09-11T12:25:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T12:42:49.000Z (over 7 years ago)
- Last Synced: 2025-01-05T16:45:36.061Z (12 months ago)
- Topics: react, react-redux, react-router, react-router-redux, redux, redux-actions, typescript
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend project with React, React-Router, Redux & TypeScript
## Contains
- [x] [Typescript](https://www.typescriptlang.org/) 3
- [x] [React](https://facebook.github.io/react/) 16.4
- [x] [Redux](https://github.com/reactjs/redux) 4
- [x] [React Router](https://github.com/ReactTraining/react-router) 4.3
- [x] [React Router Redux](https://github.com/reactjs/react-router-redux) 5
- [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) 4
- [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] [Typescript Loader](https://github.com/TypeStrong/ts-loader)
- [x] [PostCSS Loader](https://github.com/postcss/postcss-loader)
- [x] [PostCSS Preset Env](https://preset-env.cssdb.org/)
- [x] [CSS modules](https://github.com/css-modules/css-modules)
- [x] [React Hot Loader](https://github.com/gaearon/react-hot-loader)
- [x] [Mini CSS Extract Plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)
- [x] [HTML Webpack Plugin](https://github.com/ampedandwired/html-webpack-plugin)
- [x] [Prettier](https://github.com/prettier/prettier)
## Setup
```
$ npm install
```
## Running
```
$ npm start
```
## Build
```
$ npm run build
```
## Prettier
```
$ npm run prettier
```
# License
MIT