A starter app for using Auth0 with an Express.js API and Vue.js SPA.
cd server
npm install
In a new terminal tab:
cd ../client
npm install
Run the server
Make sure you're in the server
directory in your terminal and start the server with:
npm start
Run the client
In your other tab, make sure you're in client
and run:
npm run serve