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.
- Host: GitHub
- URL: https://github.com/ristekoss/susunjadwal-frontend
- Owner: ristekoss
- License: mit
- Created: 2021-09-20T14:44:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-14T08:59:55.000Z (11 months ago)
- Last Synced: 2025-08-14T10:35:59.333Z (11 months ago)
- Topics: hacktoberfest, reactjs, ristek-csui, student-project, universitas-indonesia
- Language: JavaScript
- Homepage: http://susunjadwal.cs.ui.ac.id/
- Size: 4.91 MB
- Stars: 697
- Watchers: 2
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.