That is sample test a frontend page.
npm install
npm run build
npm run start
You can build app with Docker using command:
make
The site will be available at:
http://localhost:9000
After finish working:
make stop
make clean
- NodeJS
- npm
- make (only for Docker build)
- Ubuntu 20.04
- node v17.8.0
- npm 8.5.5
- Docker 20.10.14 (build a224086)