nickFalcone / garden-planner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base React TypeScript

A template repository for React TypeScript projects based on Brian Holt's Intermediate React v3. Includes:

  • TypeScript configs
  • Prettier
  • ESLint

End-to-end setup

  1. Visit the project repository https://github.com/nickFalcone/base-react-ts.
  2. Click the green "Use this template" button to create a new repository under your profile.
  3. Fill out details and click green "Create repository from template" button.
  4. Copy the ssh url of your new repository e.g.git@github.com:yourName/your-typescript-react-project.git
  5. git clone git@github.com:yourName/your-typescript-react-project.git
  6. cd your-typescript-react-project/
  7. npm install
  8. npm run dev
  9. Now visit http://localhost:1234 and start making changes!

Available scripts

npm run format  # formats js, jsx, ts, tsx files
npm run clean   # removes /.cache and /dist directories",
npm run lint    # lints js, jsx, ts, tsx files
npm run dev     # serves/watches index.html via parcel
npm run build   # builds index.html via parcel

About


Languages

Language:TypeScript 81.6%Language:HTML 10.8%Language:CSS 7.7%