November 2018
Intermediate to advanced
528 pages
13h 21m
English
Our frontend code is now complete, and we have lite-server installed as a dependency. We can now test our frontend by running our web server locally. To do so, run lite-server using the following command:
npm run dev
This will open a new browser tab and show our frontend.
Read now
Unlock full access