Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 559 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 559 Bytes

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