For managing students, teachers, groups and subjects in your tutoring school.
This app helps tutoring schools to manage students, teachers, groups and subjects for your tutoring school.
First, clone this repository.
To install the dependencies:
npm installTo run the app:
npm run devBoom! These scripts run your server, client and storybook in development mode.
The default PORTS are:
3000for the client3001for the server6006for the storybook
If you don't like to call all scripts at once, you can also run:
npm run dev-client
npm run dev-server
npm run storybookTo build and start the project, run:
npm run build
npm start