susunjadwal-frontend
susunjadwal-frontend copied to clipboard
SusunJadwal - Universitas Indonesia's #1 Student Course Planner App.
Susun Jadwal Frontend
Requirements
Node.jsandnpm
Configuration
Development
- Install all dependencies using
npm install - Run the project by using
npm start
Production
- Run
npm run build - Set your Nginx (or other server of your choice) to serve
buildfolder. For example:
location /susunjadwal {
alias /path/to/susunjadwal/frontend/build;
try_files $uri /index.html =404;
}
License
See LICENSE.md. This software actually goes a long way back, thank you so much to everyone involved.