Skip to content

c2stem/c2stem-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c2stem-server

A general server for c2stem Vue applications.

Installation

  • 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 install

Running locally

cd server
nodemon index.js

About

A general server for c2stem Vue applications,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors