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

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

react starter boilerplate with webpack
https://github.com/jgudo/react-webpack-boilerplate

boilerplate react-boilerplate react-webpack react-webpack-boilerplate webpack

Last synced: 4 months ago
JSON representation

react starter boilerplate with webpack

Awesome Lists containing this project

README

        

# React With Webpack Boilerplate

### Version
1.2.0

### Installation

Install the dependencies

```sh
$ npm install
```
Yarn
```sh
$ yarn install
```

### Run the development server
Dev server is now ready and can be accessed in browser in

```sh
$ npm run dev-server
```