Skip to content

scriptSQD/traineesqd-front

Repository files navigation

TraineeSQD

Being a practial training of my skills on a project with MEAN stack, this Angular app is built to represent all backend features in user-friendly manner, just as a real-world project would do.

Usage

Don't forget to setup your environment variables by fulfilling the environment.ts file in src/environments folder. The exported constant should be of type IEnvironment (interface file resides in the same folder).

To run the dev server:

npm start

To build the app:

Don't forget to setup your environment variables by fulfilling the environment.prod.ts file in src/environments folder. The exported constant should be of type IEnvironment (interface file resides in the same folder).

npm run build