Update heading and default port used

This commit is contained in:
Maximilian Krög
2021-10-17 01:33:06 +02:00
parent d52392dabe
commit d8686598df

View File

@@ -1,5 +1,5 @@
---
title: Basic project setup using NPM and Parcel
title: Basic project setup using NPM and Vite
layout: doc.hbs
---
@@ -23,7 +23,7 @@ To start the development server
npm start
You can now visit http://localhost:1234/ to view your application. Begin making changes to the `index.html` and `main.js` files to add additional functionality.
You can now visit http://localhost:3000/ to view your application. Begin making changes to the `index.html` and `main.js` files to add additional functionality.
To create a production bundle of your application, simply type