Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielberndt/react-starter
- Owner: danielberndt
- Created: 2015-05-07T11:54:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T14:04:06.000Z (almost 9 years ago)
- Last Synced: 2023-03-24T08:46:13.586Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.