Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
/ expressing-chess Public archive

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

License

Notifications You must be signed in to change notification settings

Zeyu-Li/expressing-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published