Skip to content

arcticmatt/cra-starter

Repository files navigation

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

About

Simple start create-react-app repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published