https://github.com/netgusto/react-starter
Starter repo for react+webpack+babel+eslint+geiger
https://github.com/netgusto/react-starter
Last synced: 6 months ago
JSON representation
Starter repo for react+webpack+babel+eslint+geiger
- Host: GitHub
- URL: https://github.com/netgusto/react-starter
- Owner: netgusto
- License: mit
- Created: 2015-05-28T20:36:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T20:40:25.000Z (over 10 years ago)
- Last Synced: 2025-03-23T19:24:06.342Z (10 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Starter
Starter repo for react+webpack+babel+eslint+geiger.
## Install & run
```
git clone https://github.com/netgusto/react-starter my-project-name
cd my-project-name
npm install
grunt serve
```
Then navigate to [http://localhost:8000]()
## Build
```
grunt build
```
## License
The MIT License (MIT). See the **LICENSE** file.