Thanks to visit codestin.com
Credit goes to github.com

Skip to content

f0ll0wthewhiterabbit/crafter

Repository files navigation

Crafter

Training project/game.

https://crafter-game.herokuapp.com/

Installation

To install both client and server dependencies run:

npm install && npm install --prefix client

Usage

Run this to start client and server development modes in a single thread:

npm run dev

Alternatively you can separately run client development mode:

npm run client

And server development mode:

npm run start:dev

Requirements

Node.js version: 12.20.0

Be sure to add .env file with settings to the root. Put the path to your local or cloud mongodb database in 'MONGO_URI' key.


iTechArt, 2021

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published