Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isychev/koa-cra-docker

docker+nginx+create-react-app+koa+mongodb+mongoose
https://github.com/isychev/koa-cra-docker

boilerplate boilerplate-front-end build-tool create-react-app docker koa mongodb mongoose nginx react

Last synced: 4 days ago
JSON representation

docker+nginx+create-react-app+koa+mongodb+mongoose

Awesome Lists containing this project

README

        

# koa-cra-docker

### Installing

```bash
git clone https://github.com/isychev/koa-cra-docker.git
cd koa-cra-docker
npx create-react-app frontend
docker-compose up
// append demo.local to etc/hosts
open http://demo.local
```