Expressing chess with express.js, a backend node.js package
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
To start the server do
npm start
This 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