Skip to content

The application to manage workflow between teachers and students

License

Notifications You must be signed in to change notification settings

enheit/discipuli-old

Repository files navigation

discipuli

The application to manage workflow between teachers and students

Build Status Coverage Status

CLI commands

General (combined)

Command Description
npm run dev Create static/server.build.js file and run with node
npm run prod Create static/browser.bundle.min.js & static/server.bundle.min.js files in root folder
npm run lint Run eslint for client, common and server folders

Dev build

Command Description
npm run browser.dev Create static/browser.bundle.js file in root folder
npm run server.dev Create static/server.bundle.js file in root folder

Prod build

Command Description
npm run browser.prod Create static/browser.bundle.min.js file in root folder
npm run server.prod Create static/server.bundle.min.js file in root folder

Lint

Command Description
npm run client.lint Run eslint for folder with client code
npm run common.lint Run eslint for folder with shared code
npm run server.lint Run eslint for folder with server code

Test

Command Description
npm run test Run tests in all directories

TODO

Known issues

After update content of the component view the warning message is shown: browser.bundle.js:1635 Warning: Text content did not match. Server: "Hello world1" Client: "Hello world". (Looks like server cannot send updated state to the client)

About

The application to manage workflow between teachers and students

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published