/eClouday1-frontend

front end app for eClouday1

Primary LanguageVueThe UnlicenseUnlicense

Vue.js + Express.js + Auth0 Demo

A starter app for using Auth0 with an Express.js API and Vue.js SPA.

Set up the Express server

cd server
npm install

Set up the Vue client

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