Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 551 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 551 Bytes

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.