Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manojadams/add-react-app
CLI tool for adding react apps quickly out of the box: npx add-react-app
https://github.com/manojadams/add-react-app
Last synced: 22 days ago
JSON representation
CLI tool for adding react apps quickly out of the box: npx add-react-app
- Host: GitHub
- URL: https://github.com/manojadams/add-react-app
- Owner: manojadams
- Created: 2023-03-02T17:35:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T17:03:33.000Z (almost 2 years ago)
- Last Synced: 2024-12-13T02:44:10.922Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Quickly create react web applications from templates## Create dashboard app
````
npx add-react-app --template=dashboard````
## Create evergreen app
````
npx add-react-app --template=evergreen
````