Skip to content

cjy513203427/IADBE_Frontend

Repository files navigation

Install

We assume you installed nvm, which helps us manage multiple versions.

clone the project

git clone https://github.com/cjy513203427/IADBE_Frontend.git
cd IADBE_Frontend/

Development

nvm use 14.15.0
npm i node-sass --save-dev
npm i -f @types/ws@8.5.4 --save-dev
npm i
nvm use 20
ng serve

Production (Docker)

docker build -t iadbe_frontend .

docker run -dt -v /home/jinyao/projects/IADBE_Frontend/src:/app/src --name iadbe_frontend -p 4200:4200 iadbe_frontend

"/home/jinyao/projects/IADBE_Frontend/src" is your project source folder.

Once that's done, we can access the IADBE Frontend with http://localhost:4200.

About

Frontend for IADBE. Based on Angular and Nebular

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published