-
Open terminal and Change directory to your project directory
-
if the dependencies are not installed in the project run
npm install -
Start your development server by running:
npm run develop -
Open your app in your Favourite Browser
-
Since Live reload is enabled, any Code changes will be picked up and your app will be automatically refreshed.
-
To run test cases: npm run test
-
Coverage report is generated and put in coverage folder
-
To run End to End Test cases: npm run test-e2e
-
Report is generated and put in reporters/e2e folder
- All Styling is Done using Sass, if you want to use custom css file put it in client/libs folder
- All Scripts are written in TypeScript if you want to use custom javascript library, put it in client/libs or api/libs folder