datagov-cz / ofn-vocabulary-tools-ui

Mozilla Public License 2.0
0 stars 0 forks source link

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}

Deployment to slovník.gov.cz

The specific configuration needed for deployment to slovník.gov.cz is available at deploy/datagov-cz directory.

Development

To develop the frontend, one can use dockerized version of backend from file docker-compose.yml, using following steps: 1) docker-compose up -d 2) npm install 3) npm run dev 4) access the application from http://http://localhost:5173/