Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 954 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 954 Bytes

This project was bootstrapped with Create React App.

Demo project (WIP)

The main point of this project is to play with animated routes. It's not meant to be a production level project.

Project internals

Built using:

  • Reach Router - JSX based router system for React.
  • Styled Components - Visual primitives for the component age.
  • axios - Promise based HTTP client for the browser and node.js

Included in the project are demonstrations of new React features:

Build and dev

  • yarn install
  • yarn start - start dev mode
  • yarn build - build it