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

https://github.com/ducksoupdev/react-app-webpack

Test React app with Webpack
https://github.com/ducksoupdev/react-app-webpack

react webpack webpack4

Last synced: 2 months ago
JSON representation

Test React app with Webpack

Awesome Lists containing this project

README

          

# Test React app with Webpack 4

This is a test app with dev/hot-reload mode using Webpack Dev Server.

### Development

```sh
$ yarn start
```

### Production

```sh
$ yarn run build
$ yarn run serve
```