Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likun7981/react-template-router
A template for create-custom-react-app
https://github.com/likun7981/react-template-router
create-react-app custom hot-loader react template
Last synced: 16 days ago
JSON representation
A template for create-custom-react-app
- Host: GitHub
- URL: https://github.com/likun7981/react-template-router
- Owner: likun7981
- License: mit
- Created: 2017-10-24T07:03:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T03:26:05.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T17:53:52.324Z (2 months ago)
- Topics: create-react-app, custom, hot-loader, react, template
- Language: JavaScript
- Homepage:
- Size: 731 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-template-router
> router4 with page change animation, abortable fetch, custom loading animation...## Usage
1. Install `create-react-app` and `create-custom-react-app`
```bash
$ npm i -g create-react-app create-custom-react-app
```
2. Generator project width template
- With global npm package
```bash
$ npm i -g react-template-router
$ create-custom-react-app -t router
```
- With github
```bash
$ create-custom-react-app -t likun7981/react-template-router
```## Note
Use git hooks, you should reinstall `husky` in work directory
```bash
$ npm uninstall husky
$ npm install husky
```