Skip to content

lgiraudel/citadel-of-ricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Citadel of Ricks

DB

Configure the mongo connection string in server/env/

## DB ##
DB=mongodb://localhost/citadel-of-ricks

Build

Production

Server

cd server
npm install
npm run build
npm run start
# Server will listen on port 3001

Client

cd client
npm install
npm run bundle
npm run start
# Server will listen on port 3000

Development

Server

cd server
npm install
npm run start:dev
# Server will listen on port 3001

Client

cd client
npm install
npm run dev
# Client will listen on port 8081

Client

Client boilerplate: https://github.com/emrekara37/ts-spa-boilerplate

Server

Server boilerplate: https://www.npmjs.com/package/express-generator-typescript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published