- React/Typescript clean project template for you to use as a starter project. Extraneous junks that come with
create-react-app
are 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-name
npm install
npm start
npm run build