Skip to content

ristekoss/susunjadwal-frontend

Repository files navigation

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.