Skip to content

ucll-carey/frontend

Repository files navigation

cityquest-frontend2

Backend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

or

npm start

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Customize configuration

See Configuration Reference.

Build and run using docker

There is a docker file that will build the application, based on Vue.js docs. Run docker build -t cityquest/frontend . to build it and tag it with the name cityquest/frontend.

To run locally use docker run -p 8081:80 cityquest/frontend where port 8081 is the port that's shared with the host. So you can visit the application on localhost:8081

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published