# install dependencies
$ npm install
# serve with hot reload at localhost:3333
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run export
$ npm run serve
For detailed explanation on how the project work, check out Nuxt.js docs.