Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiran/react-starter-kit
Simple starter kit to experiment with react
https://github.com/akiran/react-starter-kit
Last synced: about 1 month ago
JSON representation
Simple starter kit to experiment with react
- Host: GitHub
- URL: https://github.com/akiran/react-starter-kit
- Owner: akiran
- License: mit
- Created: 2015-04-28T04:56:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-29T02:15:43.000Z (over 9 years ago)
- Last Synced: 2024-10-14T15:37:52.393Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 488 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-starter-kit
Simple starter kit to experiment to reactjs
Instructions
```bash
git clone https://github.com/akiran/react-starter-kit app-name
cd app-name
npm install # To install dependencies
npm start # To start nodejs server
gulp # To watch files changes and build js and css
open localhost:8000 in browser
```