https://github.com/flandrade/react-typescript-scaffolding
React + TypeScript + Webpack
https://github.com/flandrade/react-typescript-scaffolding
jest react scaffolding starter typescript webpack
Last synced: 3 months ago
JSON representation
React + TypeScript + Webpack
- Host: GitHub
- URL: https://github.com/flandrade/react-typescript-scaffolding
- Owner: flandrade
- License: mit
- Created: 2018-07-29T04:12:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T04:55:10.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T05:13:01.782Z (over 1 year ago)
- Topics: jest, react, scaffolding, starter, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React + TypeScript Scaffolding
[](https://travis-ci.org/flandrade/react-typescript-scaffolding)
- React
- TypeScript
- Webpack
- Jest + Enzyme
- tslint
- ts-node
## Getting Started
1. Install depedencies
```
npm install
```
2. Compile and build the project
```
npm run build
```
3. Start the application
```
public/index.html
```
## Other scripts
### To run the linter
```
npm run lint
```
### To run tests
```
npm test
```
### To compile and build in development mode (watcher)
```
npm run build-dev
```
## License
MIT