https://github.com/geyang/react-es6-template
a minimal react es6 template with automatic document generation
https://github.com/geyang/react-es6-template
Last synced: 3 months ago
JSON representation
a minimal react es6 template with automatic document generation
- Host: GitHub
- URL: https://github.com/geyang/react-es6-template
- Owner: geyang
- Created: 2016-06-24T01:09:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T21:55:00.000Z (almost 9 years ago)
- Last Synced: 2025-01-10T12:58:16.489Z (5 months ago)
- Language: JavaScript
- Homepage: http://www.episodeyang.com/react-es6-template/
- Size: 895 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-es6-template
a minimal react es6 template with automatic document generation## Usage (as a template)
```shell
git clone https://github.com/episodeyang/react-es6-template \
cd \
rm -rf .git
rm -rf dist# now do your git init, git add/coommit/push
# replace "react-es6-template" with your own
# replace "react es6 template" with your own
# replace "react es6 component" with you own etc.
```## Develop
1. First make your changes, then git commit. Use `serve-docs` to view live updated at [http://localhost:5000](http://localhost:5000)
2. run `build-docs`, `build-static-docs`, `gh-pages`
3. Then remember to push to master.