An open API service indexing awesome lists of open source software.

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.

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.