Skip to content

le-harivansh/simple-list-frontend

Repository files navigation

simple-list

The front-end application of the simple-list project.

Project Setup

yarn install

Compile and Hot-Reload for Development

yarn run dev

Type-Check, Compile and Minify for Production

yarn run build

Run Unit Tests with Vitest

yarn run test:unit
# or
yarn run test:unit:watch

Run End-to-End Tests with Cypress

# in a terminal, run:
yarn run vite dev --port 4173

# then in another terminal, run the following:
yarn run cypress open --e2e

About

The web front-end of the simple-list application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published