A Quasar Framework + Meteor starter kit
# Install dependencies
npm install
# Install meteor client bundler
npm run generate:bundler
This will generate a meteor.bundle.js
file in /node_modules
, make sure it really exists before running the application.
# Run application at localhost:4000
npm run api
# Serve with hot reload at localhost:3000
npm run dev
# Build for production with minification
npm run build
# Lint code
npm run lint