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.
- Host: GitHub
- URL: https://github.com/ciaranroche/react-boilerplate
- Owner: ciaranRoche
- Created: 2017-10-03T20:30:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T20:52:34.000Z (over 8 years ago)
- Last Synced: 2025-06-07T16:05:26.929Z (about 1 year ago)
- Topics: babel, react, webpack
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# React Boilerplate
This is a simple React, Webpack and Babel application, to help with starting a project quickly.

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