This project was generated with Angular CLI version 14.2.2.
-
Downloard/clone the git repository
-
Open terminal/command prompt
-
cd (change directory) into the project folder
-
Run
npm installin your terminal -
Run
ng serveto run the Angular frontend -
Open your browser and navigate to
http://localhost:4200/ -
To run the backend: cd (change directory) to ./backend folder.
Make sure to add yours env vars in .env file as is shown in .env.test file
-
Run
npm install, thennpm run devto run the backend server
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run npm run dev for a backend server. Navigate to http://localhost:9090/graphql.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more help on this please email "erickescribaa@gmail.com" or feel free to open a issue