You can visit (https://clift-app.herokuapp.com/) for the actual application running live on the web.
You can visit (https://github.com/ZepseWolf/DSAFrontend) for the git repository of the current application.
Run npm install
to ensure all node_modules is installed in your local system. When you are unable to use the ng
command ensure you have npm
install the correct Angular CLI globally.
This project was generated with Angular CLI version 12.1.2.
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 build
to build the project. The build artifacts will be stored in the dist/
directory.
After building using ng build
, you can run npm start
and view in http://localhost:8080/
for development.
You can edit the package.json to fit the cli command to the Cloud Application Platform you will be using. Ensure the Cloud Application Platform has pre-installed npm modules or you might need to install them manually.