A simple UI to create tickets into some ticket managers like, freshdesk, zendesk, etc
- Create either
.env.development
or.env.production
file fromenv.sample
file in root folder, and add all the required environment variables.
- Create
.env.production
file and add all required environment variables. - Install project dependencies.
yarn
- Build UI and serve
yarn build & yarn serve
UI should be accessed at http://localhost:9000
- Create
.env.development
file and add all required environment variables. - Install project dependencies.
yarn
- Watch and serve UI
yarn start
UI should be accessed at http://localhost:8000
yarn test
We run few pre-commit hooks for safety of code.