You'll need to run an instance of the OpenBikes API on your local machine. You can also change the /api
proxy in the config/index.js
file to directly use the OpenBikes API : NODE_ENV=apiprod npm run dev
.
# Install dependencies
npm install
# Serve with hot reload at localhost:8080
npm run dev
# Build for production with minification
npm run build
# Run all tests
npm test
- Build the app for production with
npm run build
- Deploy with
npm deploy