0.3.2 • Published 7 months ago
steex v0.3.2
Samurai-Frontend
This repositary shall be used to contain Frontend for Samurai Project
You can access this website here:
https://wandering-cursor.github.io/Samurai-Frontend/
Installation
- Install Node.js
- Clone the repository
- Run
npm install
to install all the dependencies - Install Angular CLI using
npm install -g @angular/cli
- Serve the app using
ng serve
and navigate tohttp://localhost:4200/
in your browser