Skip to content

HideyoshiNakazone/frontend-hideyoshi.com

 
 

Repository files navigation

frontend-hideyoshi.com

Made using Angular2+, this project was made as the frontend of the hideyoshi.com project. All code in this repo is distributed freely by the GPLv3 License.

Environment Variables

For the execution of this project a src/assets/env.js file must be created using the template src/assets/env.sample.js. In there the following environment variables must be set:

PORT

BACKEND_URL

BACKEND_OAUTH_URL

Usage

Installing Dependencies:

npm install

Building Project

npm install -g @angular/cli@16
ng build --configuration=production

Serving Files using Express Node.js

npm start

Authors

About

Frontend of the Hideyoshi.com Portfolio written in Angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.2%
  • CSS 19.1%
  • HTML 18.5%
  • JavaScript 1.1%
  • Dockerfile 0.1%