Simple school learning is a Strapi/Next.js based application which aims to create a simple but powerfull tool to create small courses.
This aims to support you with creating some variety for learning basic elementary School things.
See working demo here.
To install the backend and the frontend, run the following commands:
You need to make sure you have the following node version: v12 OR v14
You need to make sure you use yarn or npm version: v6
$ yarn install
This should also run yarn install for the
backend
andfrontend
folder.
To start the development server, run the following command:
$ yarn dev