Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 841 Bytes

File metadata and controls

35 lines (23 loc) · 841 Bytes

react-typescript-clean-template

  • 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).

Prerequisites

  • Make sure you have git installed.
  • You must be on Node latest LTS version.

How to use template

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

To install project's dependencies:

npm install

To start project:

npm start

To create a build for production:

npm run build