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
yarn
ornpm install
- Run the dev server with
yarn start
ornpm run start
- Build the site with
yarn build
ornpm run build
- Test the build with
yarn serve
ornpm run serve