Skip to content

React/Typescript clean project template for you to use as a starter project. Extraneous junks that come with create-react-app are removed.

Notifications You must be signed in to change notification settings

quangnguyen17/react-typescript-clean-starter-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

React/Typescript clean project template for you to use as a starter project. Extraneous junks that come with create-react-app are removed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published