Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```