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

https://github.com/vovanr/test-webpack-react

My webpack React playground
https://github.com/vovanr/test-webpack-react

Last synced: 3 months ago
JSON representation

My webpack React playground

Awesome Lists containing this project

README

          

# test-webpack-react

> My webpack React playground

## Install
```
npm i
```

## Build
```
npm run build
```

## Develop
```
npm start
```
Open [localhost:8080/webpack-dev-server](http://localhost:8080/webpack-dev-server/)

## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)