Skip to content

softmg/comprate-frontend

Repository files navigation

Web frontend for comprate

The project "comprate" will be usefull for calculating the rating of the your computer. Also we can offer the best way for upgrade your computer.

Build Status

Requirements

  • npm
  • nodejs

Now, we don't use Angular CLI because no way to configure webpack with it.

Development guides

Development server

Run npm start for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the web/ directory.

Running unit tests

Run npm run test to execute the unit tests via Karma.

Running end-to-end tests

Run npm run e2e to execute the end-to-end tests via Protractor.