Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex3165/react-typescript-starter
Simple starter-kit for react, redux, typescript, aphrodite, webpack
https://github.com/alex3165/react-typescript-starter
boilerplate react redux starter-kit typescript
Last synced: 24 days ago
JSON representation
Simple starter-kit for react, redux, typescript, aphrodite, webpack
- Host: GitHub
- URL: https://github.com/alex3165/react-typescript-starter
- Owner: alex3165
- Created: 2016-09-04T10:44:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T13:57:17.000Z (about 5 years ago)
- Last Synced: 2024-09-21T15:48:20.033Z (about 2 months ago)
- Topics: boilerplate, react, redux, starter-kit, typescript
- Language: TypeScript
- Homepage:
- Size: 234 KB
- Stars: 13
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-typescript-starter
This project is no longer maintained, please use react-scripts instead which support typescript out of the box
## How to start?
### install dependencies
```
npm i
```### start dev server
```
npm start
```