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

https://github.com/davidnguyen11/webpack-ts-react-boilerplate


https://github.com/davidnguyen11/webpack-ts-react-boilerplate

Last synced: 3 months ago
JSON representation

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