Front-End Coding Challenge
Project Setup
Front-end dependencies:
cd frontend
npm install
Back-end dependencies:
cd backend
npm install
Start back-end server:
cd backend
npm start
Serve front-end:
cd frontend
npm run build && npm run preview
Run End-to-End Tests with Cypress
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing