Get SocialCG
git clone https://github.com/TMROTV/SocialCG.git
Change to the SocialCG directory
cd SocialCG
Install npm dependencies
sudo npm install
Build frontend client
npm run build
Run the server
npm start
Visit the app in your browser
http://localhost:8080/
Use gulp to automatically rebuild frontend when a file changes. Server livereload is not yet implemented.
gulp watch