tree: fd536d7d3df9d79c5b7831aa014dddde15a3a63c [path history] [tgz]
  1. public/
  2. src/
  3. .env.development
  4. .eslintrc.json
  5. .gitignore
  6. i18next-parser.config.js
  7. index.html
  8. package.json
  9. README.md
  10. tsconfig.json
  11. vite.config.ts
client/README.md

jami-web client

This is the client for jami-web

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Run all tests.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Your app is ready to be deployed!

See the section about deployment for more information.

npm run start:prod

Preview the production build locally.

npm run clean

Clean build files

npm run lint

Verify that no lint errors are present. Use npm run lint:fix to fix some errors.

npm run format

Format all files with prettier. Use npm run format:check to verify that all files are formatted without changing any.

npm run extract-translations

Update the translation files.

The translations are handled by i18next

Learn More

You can learn more in the Vite documentation.

To learn React, check out the React documentation.