2.0.0 • Published 2 years ago

create-react-ts-template v2.0.0

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
2 years ago

create-react-ts-template

Create react project using typescript template, but without installing the packages.

npm Package Version

Why?

create-react-app mandate installing the packages with yarn or npm, which can consume lots of disk space / download time.

This tool setup the project template without installing the packages. You can then install packages with pnpm or tools of your own choice.

Usage example

> npm init react-ts-template my-app
> cd my-app
> pnpm install
> npm start

License

This project is licensed with BSD-2-Clause

This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:

  • The freedom to run the program as you wish, for any purpose
  • The freedom to study how the program works, and change it so it does your computing as you wish
  • The freedom to redistribute copies so you can help others
  • The freedom to distribute copies of your modified versions to others
1.0.10

2 years ago

2.0.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago