/cleiser

na

Primary LanguageJavaScript

You need to install the dependencies on both the front and back end

// In the root folder run
npm install

// In the angular-src folder run
npm install

// Run the server from root
npm start

// Run the client from angular-src
ng serve

// Visit localhost:4200 to see angular app