Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 523 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 523 Bytes

cra-starter

Simple starter create-react-app repo

Getting started

  1. Install the classic version of Yarn
  2. Run yarn to install packages
    • If yarn complains about your Node version, install nvm, then run nvm use 14.17.0
  3. Run yarn tsc && yarn eslint to make sure TypeScript and ESLint are working
  4. Run yarn start to start the development server

Development

Add new pages to src/routes/Routes.tsx