Running the frontend code

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.