NCF Saarathi is an AI assitant service which assists about National Education Policy 2020 and National Curriculum Framework(Foundational Stage and School Education)
This project was generated with Angular CLI version 13.3.0.
- Quick Start
- Installation
- Basic usage
- What's included
- Copyright and License
- [Development Server] (#development-server)
Before you begin, make sure your development environment includes Node.js® and an npm package manager.
Angular 13 requires Node.js version ^16.10.
- To check your version, run
node -vin a terminal/console window. - To get
Node.js, go to nodejs.org.
Install the Angular CLI globally using a terminal/console window.
npm install -g @angular/cli$ npm install# dev server with hot reload at http://localhost:4200
$ npm startNavigate to http://localhost:4200. The app will automatically reload if you change any of the source files.
Run build to build the project. The build artifacts will be stored in the dist/ directory.
# build for production with minification
$ npm run buildWithin the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
Code Structure
├── src/ # project root
│ ├── app/ # main app directory
| │ ├── containers/ # layout containers
| | │ └── default-layout/ # layout containers
| | | └── _nav.js # sidebar navigation config
| │ ├── icons/ # icons set for the app
| │ └── views/ # application views
│ ├── assets/ # images, icons, etc.
│ ├── components/ # components for demo only
│ ├── scss/ # scss styles
│ └── index.html # html template
│
├── angular.json
├── README.md
└── package.json
Run Keycloak locally using docker image docker run -d -p 8080:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin quay.io/keycloak/keycloak:17.0.1-legacy
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 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.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.