Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/kaelhem/docker-mern
- Owner: kaelhem
- License: mit
- Created: 2020-04-14T09:11:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:28:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T19:46:16.825Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 4.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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