An open API service indexing awesome lists of open source software.

https://github.com/iagolaguna/react-webpack-boilerplate


https://github.com/iagolaguna/react-webpack-boilerplate

Last synced: 3 months ago
JSON representation

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
```