Skip to content

Houstoncode/voxweb-test

Repository files navigation

voxweb-technical-specification

Nodemon

# If it is not installed nodemon - please install
$ npm i -g nodemon

Build Setup

# install dependencies client
$ yarn install
# install dependencies server
$ cd server
$ yarn install
$ cd ..

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.

Build Setup for npm

# install dependencies client
$ npm i
# install dependencies server
$ cd server
$ npm i
$ cd ..
# run serve
$ npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published