/expressing-chess

Expressing chess with express.js, a backend node.js package :chess_pawn:

Primary LanguageHTMLMIT LicenseMIT

Expressing Chess

Expressing chess with express.js, a backend node.js package

Install

Since express is a node package, you can do

npm install express --save

To init, do npm init

npm init

and follow the prompt, then do

npm install --save # installs dependencies

Start

To start the server do

npm start

This will run the server and open a port at localhost:3000

Libraries

  • babel-cli
  • babel-preset-env
  • babel-preset-stage-0
  • express
  • nodemon
  • bcrypt (password encrypt)

Licence

MIT