InTechNet front-end in Angular - Pupil side
You can find the detailed documentation in french here
In order to correctly proceed to the installation you will need:
Start by creating a local copy of this repository
~$ git clone https://github.com/pBouillon/InTechNet.Pupil/If you want to work on new features, you can create your very own fork
To install all dependencies, simply run the following
~$ cd InTechNet.Pupil/intechnet-pupils
InTechNet.Pupil/intechnet-pupils$ npm installWhen you still are in the intechnet-pupils/ folder, run the following:
InTechNet.Pupil/intechnet-pupils$ ng buildThe compilation result will be available in the dist/ folder
In order to run the application locally, execute:
InTechNet.Pupil/intechnet-pupils$ ng serve --openA new tab will be opened with the application running in development mode. By default the used port is 4201.
This is not suitable to deploy the website. If you want to serve your product in production mode, see the related Angular guide.