Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 593 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 593 Bytes

Fuel Q - Back Office ⛽️

Coding guidelines and best practices

Development setup ⚙️

  1. Clone the repository using ‘git clone https://github.com/FuelQ-SDP/BackOffice.git’.
  2. Open the terminal in the project folder and run ‘npm i’ or ‘npm install’.
  3. Run ‘npm start’ or ‘sudo npm start’. (By-default localhost server runs in port 4200 - http://localhost:4200)

Tech-stack 💻

  • Angular, Angular Material and TailwindCss for the UI designing and front-end handling.
  • Firebase for persistance (database) and hosting for the "real" CMS.