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:
- Install deps with
yarnornpm install - Run the dev server with
yarn startornpm run start - Build the site with
yarn buildornpm run build - Test the build with
yarn serveornpm run serve