npm install- Install required dependencies
npm start- Starts the dev server and opens the browsernpm test- Run the testsnpm run serve- Builds and starts a simple server to view the appnpm run build- Builds the project (if you wanted to deploy it)