Single Page Application about nursing
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run with the contact form REST API
npm start --prefix dist
Don't forget to create the config.json files :
- src/assets/config.json - should contain the google analytics API key "analyticsApiKey" (used by src/main.js)
- dist/config.json - should contain the mailgun API config (used by dist/server.js)