An open API service indexing awesome lists of open source software.

https://github.com/ristekoss/susunjadwal-frontend

SusunJadwal - Universitas Indonesia's #1 Student Course Planner App.
https://github.com/ristekoss/susunjadwal-frontend

hacktoberfest reactjs ristek-csui student-project universitas-indonesia

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.