Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaelhem/docker-mern

This repo is a sample app to illustrate this blog post (french): https://klm-labs.com/blog/2020/04/09/heberger-une-appli-nodejs-sur-son-raspberry-pi-avec-docker-partie-1/
https://github.com/kaelhem/docker-mern

Last synced: 26 days ago
JSON representation

This repo is a sample app to illustrate this blog post (french): https://klm-labs.com/blog/2020/04/09/heberger-une-appli-nodejs-sur-son-raspberry-pi-avec-docker-partie-1/

Awesome Lists containing this project

README

        

# docker-mern
This repo is a sample app to illustrate this blog post (french) : https://klm-labs.com/blog/2020/04/09/heberger-une-appli-nodejs-sur-son-raspberry-pi-avec-docker-partie-1/

# install
```sh
cd app && yarn
cd client && yarn && yarn build
cd ../.. && docker-compose up
```
and visit localhost:8080