Skip to content

How to serve Develop Front end server

Vlad Kostyukevich edited this page Aug 29, 2019 · 2 revisions

To start develop new feature it would be great to have developer server which will show you results in real time.

Use the following steps to start the server:

  1. Run npm install command from the root folder to install all dependencies
  2. Open ./src/environments/environment.ts and change the host property to http://localhost:{TOMCAT_PORT}/api
  3. Run npm run serve command from the root folder to start server (by default server will be available on port 4200)
  4. Go to http://localhost:4200 and check if login page opend
  5. Try to login with admin/123456 default start user