This is the questionnaires for Trend Micro use. If you have any suggestions, please get in touch with us. Thank you!
- React
- NextUI
- Tailwind CSS
- React Hook Form
- React Icons
- React i18next
-
Install docker
-
Run Docker images
make up.web
or
docker-compose up web -d
-
Run access docker container
make exec.web
or
docker exec -it questionnaires-web /bin/bash
-
Install packages
npm i
-
Run CSS monitor
npm run css
-
Run develop server (using other term or stop CSS monitor)
npm start
-
Go to website via your browser
localhost:8008
-
Enjoy!