This is a demo using Node.js and Vue.js.
View Demo (No longer Available)
First clone the project. Then run:
cd client && npm i
cd ../server && npm i
After all node modules have been installed, open 2 separate terminals and run:
npm run serve
npm run start
Note: If you experience an error with the server regarding Nodemon, you may need to install it globally(npm i -g nodemon
) or just run node app.js
);