Next Steps
Step 1: Install project dependencies
cd <project-name>npm install
Step 2: Serve project
npm run dev
The project will be served at http://localhost:8080/ by default. This information will also be printed out in your terminal. Visiting the link the app is served on will display a default page which was created on project creation.
Table of Contents