/eTeacher

Primary LanguageHTMLMIT LicenseMIT

eSyndesi

Introduction

eSyndesi web Application building and deployment guide

prerequirement for development environment

  • Node.js v12+
  • Express
  • Angular CLI 10+

requirement for production environment

  • Node.js v12+

1. Installation

Install the dependencies and devDependencies

  • web application (backEnd)

$ cd server
$ npm install
  • web application (frontEnd)

$ cd frontEnd
$ npm install

2. Build

  • web application (frontEnd)

$ cd frontEnd
$ ng build

3. Deployment

  • web application

copy eSyndesi and past production environment follow given step

$ cd frontend
$ npm start

License

GPL