Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Set up a modern web app by running one shell command. ⚡ BLAZINGLY FAST ⚡

Awesome Lists containing this project

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)

Logo

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.