MadalinaRaicu / ui-faq-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI FAQ App

This project is implemented using Angular version 13.2.5 and uses Cypress for e2e testing.

1. Install dependencies

Run npm i to install dependencies.

2. Run Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

3. Running end-to-end tests

Run npm run cypress:open (run all in watch mode) or npm run cypress:run (all at once) to execute the end-to-end tests via a platform of your choice.

About


Languages

Language:TypeScript 71.8%Language:SCSS 11.3%Language:JavaScript 8.8%Language:HTML 8.1%