https://github.com/beenotung/create-react-ts-template
https://github.com/beenotung/create-react-ts-template
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beenotung/create-react-ts-template
- Owner: beenotung
- License: bsd-2-clause
- Created: 2021-05-18T07:03:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T17:20:39.000Z (over 3 years ago)
- Last Synced: 2025-02-01T06:03:49.919Z (8 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-react-ts-template
Create react project using typescript template, but without installing the packages.
[](https://www.npmjs.com/package/create-react-ts-template)
## 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
```bash
> npm init react-ts-template my-app
> cd my-app
> pnpm install
> npm start
```## License
This project is licensed with [BSD-2-Clause](./LICENSE)
This is free, libre, and open-source software. It comes down to four essential freedoms [[ref]](https://seirdy.one/2021/01/27/whatsapp-and-the-domestication-of-users.html#fnref:2):
- 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