Skip to content

NetsBlox/teacher-dashboard

Repository files navigation

Teacher Dashboard

TODO

  • fix page titles
  • update lists on addition and deletion changes
  • error handling for store actions
  • endpoints
  • batch adding of users
  • easier association of user groups to robots

Installation

Modules necessary for running and building the app won't be installed in production environment. Make sure NODE_ENV is not set to production when installing the modules.

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint