- The Official Website for Software Engineering Laboratory of University in Japan.( That Angular SPA Lab Site )
- This project was generated with Angular CLI version 8.3.23.
- Node.js: v12.14.1
- npm: 6.13.4
- Angular CLI: 8.3.23
- git
- OS: MacOS
- Node.js version manager: nodebrew (Windows -> nodist)
- Editor: Visual Studio Code(VSCode)
- Deployment: FTP Server
- Deployment GUI Tool: Cyberduck
$ nodebrew install-binary v12.14.1
$ nodebrew use v12.14.1
$ npm install -g [email protected]
$ npm install -g @angular/[email protected]
$ node -v
v12.14.1
$ npm -v
6.13.4
$ ng -v
...
Angular CLI: 8.3.23
...
Angular: 8.2.14
...
$ git clone https://github.com/ks-laboratory/kishi-hp.git
$ cd kishi-hp
$ npm i
$ git pull
$ npm run start
Navigate to http://localhost:4200/
.
$ ng build --prod
Deploy dist/ to the FTP server.