https://github.com/rdilweb/cra-template-ready
Extremely small Create React App template, so you can ignore the useless files and get right to coding.
https://github.com/rdilweb/cra-template-ready
cra create-react-app javascript react template
Last synced: over 1 year ago
JSON representation
Extremely small Create React App template, so you can ignore the useless files and get right to coding.
- Host: GitHub
- URL: https://github.com/rdilweb/cra-template-ready
- Owner: rdilweb
- License: mit
- Created: 2020-01-08T16:03:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T01:34:22.000Z (about 6 years ago)
- Last Synced: 2025-01-23T03:42:06.526Z (over 1 year ago)
- Topics: cra, create-react-app, javascript, react, template
- Language: HTML
- Homepage: https://npmjs.com/package/cra-template-ready
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cra-template-ready
Ready-to-use Create React App template, so you can ignore the useless files and get right to coding.
## How to Use
Use the `--template` argument with Create React App, which would end up looking like this:
```shell
$ npx create-react-app myprojectname --template ready
```
You don't even need to install the package from npm, as CRA will handle it all for you.
## License
Copyright (c) 2020-present Reece Dunham. Under the MIT license.