Running the web server
To see these updates in the browser, first run the web server in the background. Open a new terminal window - or use the embedded terminal in WebStorm IDE - and run the following command:
$ npm run server
It will take a few moments to build the app in the background and run the web server. Once the web server is up and running, open a browser window and visit the
http://localhost:3000
.
Now if you inspect the code inside the browser, you will notice the new <app>
tag in the page