Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 411 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 411 Bytes

From Vuex to Pinia

This is the companion repo to the Vue Master course: From Vuex to Pinia.

Local Setup Instructions

# Install dependencies
npm install

# Run local server with database
npm run dev

If you're having issues with running the json-server for the database, you will also want to run the following command to run the database server separately.

# Run database
npm run db