A small project created with Nuxt3
- Install Docker
- Install docker-compose
- Open the root folder and enter:
docker-compose up
- Application: http://localhost:3002
Requirements:
- NodeJS@14.17.0
Run
- Install dependencies:
npm install && npm run dev
- Run app:
npm run dev