https://github.com/zakwht/bones
A very lightweight TypeScript Create React App template
https://github.com/zakwht/bones
create-react-app-template template
Last synced: 3 months ago
JSON representation
A very lightweight TypeScript Create React App template
- Host: GitHub
- URL: https://github.com/zakwht/bones
- Owner: zakwht
- License: isc
- Created: 2023-04-17T03:50:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T20:03:24.000Z (about 2 years ago)
- Last Synced: 2025-01-18T16:47:54.925Z (5 months ago)
- Topics: create-react-app-template, template
- Language: HTML
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React App
[](./LICENSE.md)
[](https://www.npmjs.com/package/cra-template-bones)A lightweight TypeScript template for [Create React App](https://create-react-app.dev/). Reduces source files by two thirds and removes dozens of unecessary modules.
### Usage
```
$ npx create-react-app app-name --template bones
```