A general server for c2stem Vue applications.
- Clone Repository:
git clone git@github.com:c2stem/c2stem-server.git --recursive- Front End: Setup Vue static app.
cd client
npm install
npm run build- Back End: Setup Node Express server with MongoDB.
cd server
npm installcd server
nodemon index.js