/math-tests

Simple interactive math tests for children

Primary LanguageTypeScript

math-tests

Simple interactive math tests for children

Local development

Running Front-end in Development Mode

  • yarn install
  • Copy config.json.example to public/config.json and edit it correspondingly
  • yarn start to start local dev server

Starting Local Server

  • cd server
  • yarn install
  • Copy users.json.example to users.json and edit it correspondingly
  • yarn start