react-static
Version:
A progressive static site generator for React
16 lines (11 loc) • 544 B
Markdown
# React-Static - Animated Routes Example
This example is a fork of the `basic` template, and demonstrates how to animate routes with:
* Automatic Routing
* Routes Render Props
* React Move
To get started in the CLI, run `react-static create` and use the `animated-routes` template.
To get started after cloning this repo:
1. Install deps with `yarn` or `npm install`
2. Run the dev server with `yarn start` or `npm run start`
3. Build the site with `yarn build` or `npm run build`
4. Test the build with `yarn serve` or `npm run serve`