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

https://github.com/ciaranroche/react-boilerplate

boilerplate for building a react app.
https://github.com/ciaranroche/react-boilerplate

babel react webpack

Last synced: about 2 months ago
JSON representation

boilerplate for building a react app.

Awesome Lists containing this project

README

          

# React Boilerplate
This is a simple React, Webpack and Babel application, to help with starting a project quickly.
![logo](https://i.gyazo.com/1b7ff9ed44ee7296b576d18062c6c941.png)
## Getting Started
Clone the project and navigate to the folder.
```
$ npm start
```
This will bundle all your source files in the ```src``` directory to the ```dist``` directory and locally host the files on port ```8080```.