ristekoss / susunjadwal-frontend

SusunJadwal - Universitas Indonesia's #1 Student Course Planner App.

Home Page:http://susunjadwal.cs.ui.ac.id/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Susun Jadwal Frontend

Requirements

  1. Node.js and npm

Configuration

Development

  1. Install all dependencies using npm install
  2. Run the project by using npm start

Production

  1. Run npm run build
  2. 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;
}

License

See LICENSE.md. This software actually goes a long way back, thank you so much to everyone involved.

About

SusunJadwal - Universitas Indonesia's #1 Student Course Planner App.

http://susunjadwal.cs.ui.ac.id/

License:MIT License


Languages

Language:JavaScript 87.9%Language:CSS 11.5%Language:HTML 0.5%Language:Shell 0.0%