Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
/ educativ-io Public archive

eLearning application with related services built-in, such as dedicated Markdown editor and video chat rooms.

Notifications You must be signed in to change notification settings

PCRinus/educativ-io

Repository files navigation

📖 Educativ.io - eLearning app

Requirements

NodeJS in required for this, download it here

Instalation

Just run:

npm run install-all

or install dependencies separatly by running

npm i && cd client && npm i

in the root directory.

Running the app locally

Run npm run dev to launch the client dev server and the local server. The client lives at port 8080, while the servrer is on port 3000. The requests from the frontend are proxied to the backend. Configurations can be modified in:

webpack.config.js