https://github.com/davidnguyen11/webpack-ts-react-boilerplate
https://github.com/davidnguyen11/webpack-ts-react-boilerplate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidnguyen11/webpack-ts-react-boilerplate
- Owner: davidnguyen11
- Created: 2019-09-07T05:14:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T10:45:44.000Z (over 5 years ago)
- Last Synced: 2025-02-08T15:34:05.306Z (5 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack typescript react boilerplate
The small kit for project with Webpack + TypeScript + React + Less
## Development
**Watch**
```bash
npm i
``````bash
npm run dev
```## Production
**Build**
```bash
npm i
``````bash
npm run build
npm run prod
```