Skip to content

Futurice-SaferGlobe/project-epot-frontend

Repository files navigation

Project EPOT

Project EPOT front-end

NOTICE: You need to set up the backend enviroment before the frontend works. See project-epot-backend

Deploy to Github Pages

To deploy a static copy of the app to Github Pages, run yarn run publish.

Build Setup

# install dependencies
$ yarn install

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

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

# generate static project
$ yarn run generate

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