Skip to content

echr-od/ECHR-OD_front-end

Repository files navigation

Project Setup

  1. run server (proxy)

cd server

npm install // once
DEBUG=myapp:* npm start
  1. run front-end cd ../
npm install // once
npm run dev 

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published