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 installto install all the dependencies - Install Angular CLI using
npm install -g @angular/cli - Serve the app using
ng serveand navigate tohttp://localhost:4200/in your browser