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