Skip to content

The Official Website for Software Engineering KS Laboratory of Waseda University in Japan. [Angular SPA]

Notifications You must be signed in to change notification settings

ks-laboratory/kishi-hp

Repository files navigation

LAB-HP

Build and Run

Prerequisites

Our lab development environment (for reference)

Example of prerequisite installation
$ nodebrew install-binary v12.14.1
$ nodebrew use v12.14.1
$ npm install -g [email protected]
$ npm install -g @angular/[email protected]
Check Version
$ node -v
v12.14.1
$ npm -v
6.13.4
$ ng -v
...
Angular CLI: 8.3.23
...
Angular: 8.2.14
...

Setting the project

$ git clone https://github.com/ks-laboratory/kishi-hp.git
$ cd kishi-hp
$ npm i

Update the project

$ git pull

Development server

$ npm run start

Navigate to http://localhost:4200/.

Production Build

$ ng build --prod

Deploy dist/ to the FTP server.