Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielberndt/react-starter

React Starter powered by webpack and babeljs - making it easy to hack on new stuff
https://github.com/danielberndt/react-starter

Last synced: 3 months ago
JSON representation

React Starter powered by webpack and babeljs - making it easy to hack on new stuff

Awesome Lists containing this project

README

        

# React-Starter

Makes it very easy to get hacking on new react code featuring [webpack](http://webpack.github.io/) and [babel](https://babeljs.io/).

## Setup

```
git clone [email protected]:danielberndt/react-starter.git my-project
cd my-project
npm install && npm start
```

Done! Now hit `http://localhost:8080/` and you're ready to start hacking.