simple job search app
npm install
cd server
npm install
npm run serve
cd server
npm run dev
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
npm run build
npm start
Builds the app for production to the dist
folder.
It correctly bundles in production mode and optimizes the build for the best performance.
Open http://localhost:5050 to view it in the browser.
The build is minified and the filenames include the hashes.\
App deployed on heroku - demo
npm run lint