-
Notifications
You must be signed in to change notification settings - Fork 1
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:
- Run
npm install
command from the root folder to install all dependencies - Open
./src/environments/environment.ts
and change thehost
property tohttp://localhost:{TOMCAT_PORT}/api
- Run
npm run serve
command from the root folder to start server (by default server will be available on port 4200) - Go to
http://localhost:4200
and check if login page opend - Try to login with admin/123456 default start user