Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 229 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 229 Bytes

Installation

  • npm i
  • npm run dev

Notes

  • Always wrap a page (route) with Layout component.
  • If you create a new page, add its metadata to routes.json.
  • An internal link must be Link component from 'react-router-dom'.