Node.js
andnpm
- Install all dependencies using
npm install
- Run the project by using
npm start
- Run
npm run build
- Set your Nginx (or other server of your choice) to serve
build
folder. For example:
location /susunjadwal {
alias /path/to/susunjadwal/frontend/build;
try_files $uri /index.html =404;
}
See LICENSE.md. This software actually goes a long way back, thank you so much to everyone involved.