Skip to content

copycat1024/ical-demo

Repository files navigation

Vamk_ical demo for frontend

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.

Demo

Demo picture A demo can be view here: Demo

Installing

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.

Testing

To test the project, run

$ npm run test

This command will run StandardJS linter and Flow static type check.

Get involved!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

About

Demo for the frontend of the ical project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published