A single-page application (SPA) for a food inventory tracking application built using Vue.js and webpack.
##To run Three things are required to start the system:
- mongo database has to start running.
mongod
- start the RESTful server-side by going into gshop-server and typing
npm start
ornode server.js
Dependencies may have to be installed first for the server to start correctly. - start the client-side either by typing
npm start
or by 'serving' the static files by first going into gshop-client then typingserve .\dist