Expressing chess with express.js, a backend node.js package
Since express is a node package, you can do
npm install express --saveTo init, do npm init
npm initand follow the prompt, then do
npm install --save # installs dependenciesTo start the server do
npm startThis will run the server and open a port at localhost:3000
- babel-cli
- babel-preset-env
- babel-preset-stage-0
- express
- nodemon
- bcrypt (password encrypt)
MIT