This repositary shall be used to contain Frontend for Samurai Project
You can access this website here:
- 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