Frontend seed
Clone .env.sample to .env in the same directory and update configuration for project.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generateFor detailed explanation on how things work, check out NuxtJS and Nuxt TypeScript.
- Start docker container:
docker-compose upordocker-compose up -d - Refer to docker compose document in here.
If
node_modulesis not exists, it will runnpm installbefore into docker container.