An open API service indexing awesome lists of open source software.

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

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.