Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 505 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 505 Bytes

Samurai-Frontend

This repositary shall be used to contain Frontend for Samurai Project

You can access this website here:

Installation

  1. Install Node.js
  2. Clone the repository
  3. Run npm install to install all the dependencies
  4. Install Angular CLI using npm install -g @angular/cli
  5. Serve the app using ng serve and navigate to http://localhost:4200/ in your browser