Skip to content

qrvey/QrveyDemoApp

Repository files navigation

Qrvey Infused Analytics Demo App

Angular Set Up

This project was generated with Angular CLI version 14.0.6. User Node v16.15.0 Go to the root folder and Run npm i

Backend Set Up

Go to the backend folder and run npm i

Development server

First, Go to the backend folder and run npm i and then npm start to start the node server. Now, go to the root folder and run npm start for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files. This will use a local proxy to send the requests to the node server.

App Build

1- Go to the root folder and run npm run build to build the project. The build artifacts will be stored in the dist/ directory. 2- Copy and paste dist folder content into backend/public. 3- The node app is ready to be used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published