tree: b83444e976d2493111e6e7173c06e680c771566c [path history] [tgz]
  1. public/
  2. src/
  3. tests/
  4. .gitignore
  5. .prettierignore
  6. .prettierrc
  7. index.html
  8. package.json
  9. README.md
  10. tsconfig.json
  11. tsconfig.node.json
  12. vite.config.ts
  13. yarn.lock
submarine-workbench-v2/README.md

Submarine Web

This project was generated by the command yarn create vite-app --template react-ts

Installation

npm install (or yarn)

How to develop

npm run dev --open (or yarn dev --open)

How to Build

npm run build (or yarn build)

preview the build result

npm run preview (or yarn preview)

Formatting the code

npm run autoformat (or yarn autoformat)

Unit test

npm run test (or yarn test)

with coverage arugment can show the code coverage