To run dev server you can run the following command
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project will automatically deploy to Vercel Platform https://lowcostweb.vercel.app/
Try to use this repository motivate myself to learn more web development
- NextJs
- Unit Test
- CI/CD
- Docker
- ...etc
Here it is list of feature I would like to build issue
Let's learn together.
To run cypress
## first start up website
npm run dev
## launch Cypress
npm run cypress:open