Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AdamEscamilla/create-react-app-shell
Set up a modern web app by running one shell command. ⚡ BLAZINGLY FAST ⚡
https://github.com/AdamEscamilla/create-react-app-shell
Last synced: about 1 month ago
JSON representation
Set up a modern web app by running one shell command. ⚡ BLAZINGLY FAST ⚡
- Host: GitHub
- URL: https://github.com/AdamEscamilla/create-react-app-shell
- Owner: AdamEscamilla
- License: mit
- Created: 2022-04-17T04:43:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T03:43:31.000Z (over 2 years ago)
- Last Synced: 2024-08-02T05:22:28.413Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - create-react-app-shell - Set up a modern web app by running one shell command. ⚡ BLAZINGLY FAST ⚡ (JavaScript)
README
# Create React App Shell [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/facebook/create-react-app/blob/main/CONTRIBUTING.md)
Create React apps with no ✨magic✨.
- [Creating an App](#creating-an-app) – How to create a new app.
Create React App works on Windows, and Linux.
If something doesn’t work, please [file an issue](https://github.com/AdamEscamilla/create-react-app-shell/issues/new).## Creating an App
```sh
curl -L --fail https://raw.githubusercontent.com/AdamEscamilla/create-react-app-shell/master/run.sh -o /usr/local/bin/create-react-app-shell
chmod +x /usr/local/bin/create-react-app-shell
create-react-app-shell my-app
cd my-app
docker-compose up
```Then open [http://localhost:9000/](http://localhost:9000/) to see your app.