Schedule dashboard for university with Django and REST framework.
This frontend is detached from the backend and serves the purpose of a demo only.
You also need to have npm 6 and nodejs 8 to compile and run the code.
A demo can be view here: Demo
First you need to instal al the needed npm packages.
$ npm install
To run the dev server, modify the file webpack.config.dev.js in devServer -> proxy -> target to the backend server, then run
$ npm run start
Then visit http://localhost:2401
to view the app.
To build the minified front end, run
$ npm run build
The result will be in the build folder.
To test the project, run
$ npm run test
This command will run StandardJS linter and Flow static type check.
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.