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: 5 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
- Archived: true
- Created: 2015-05-07T11:54:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T14:04:06.000Z (over 9 years ago)
- Last Synced: 2025-01-19T17:09:20.421Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- 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.