https://github.com/iagolaguna/react-webpack-boilerplate
https://github.com/iagolaguna/react-webpack-boilerplate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iagolaguna/react-webpack-boilerplate
- Owner: iagolaguna
- Created: 2019-11-26T01:53:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T14:51:44.000Z (over 2 years ago)
- Last Synced: 2025-01-19T20:47:06.236Z (5 months ago)
- Language: JavaScript
- Size: 2.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Front-End Boilerplate :package:
React + TS + Webpack :rocket:
## This boilerplate includes:
- React
- React Router
- TypeScript
- TSLint (`tslint-recommended` + `tslint-react`)## `npm` scripts
### Development
```sh
yarn dev # or npm run dev
```
> Opens dev server in port `3005`### Production
```sh
yarn build # or npm run build
```
### Type checking (`tsc`)
```sh
yarn type-check # or npm run type-check
```
### Linter
```sh
yarn tslint # or npm run tslint
```