- React/Typescript clean project template for you to use as a starter project. Extraneous junks that come with create-react-appare removed.
- CSS reset applied (margin and padding are set to zero).
Run the command below to create a new project and replace your-project-name with your actual project name:
git clone https://github.com/quangnguyen17/react-typescript-clean-template.git your-project-namenpm installnpm startnpm run build