Skip to content

CarossaOper/oper-frontend

Repository files navigation

HCG P-Seminar Oper 2021-23 🎭

Frontend

Installation

Clone the repo and download the latest packages

git clone https://github.com/CarossaOper/oper-frontend
cd oper-frontend

💻 Without Docker

📓 Development

Serve application using vue-cli:

npm install

npm run serve

or the custom server:

npm run build

node serve.js

This won't start the backend server

🐳 Docker

Build the docker image

docker build -t oper-frontent:latest .

Run docker container and expose ports (in this case 80)

docker run -d -p 80:80 oper-frontend:latest

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published