https://github.com/byndyusoft/cra-template
Template for Create React App
https://github.com/byndyusoft/cra-template
Last synced: 4 months ago
JSON representation
Template for Create React App
- Host: GitHub
- URL: https://github.com/byndyusoft/cra-template
- Owner: Byndyusoft
- Created: 2020-07-24T07:25:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:30:41.000Z (about 2 years ago)
- Last Synced: 2024-12-09T00:15:40.511Z (5 months ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @byndyusoft/cra-template
> Template for [Create React App](https://github.com/facebook/create-react-app).
## Usage
To use this template, add `--template @byndyusoft/cra-template` when creating a new app.
For example:
```sh
npx create-react-app my-app --template @byndyusoft/cra-template# or
yarn create react-app my-app --template @byndyusoft/cra-template
```## Maintainers
- [@byndyusoft/frontend](https://github.com/orgs/Byndyusoft/teams/frontend) - [[email protected]](mailto:[email protected])