- Next.js
- Leaflet
Build containers by typing in console:
docker-compose build
To run my app type:
docker-compose up
Install node modules:
npm install
And run app by:
npm run dev
Build containers by typing in console:
docker-compose build
To run my app type:
docker-compose up
Install node modules:
npm install
And run app by:
npm run dev