A brief demo showing how easy it is to get going with Express and authentication.
Install global dependencies:
- Install git:
sudo apt-get install git
- Install nodejs:
sudo apt-get install nodejs
- Setup symbolic link due to node name clash:
sudo ln -s /usr/bin/nodejs /usr/bin/node
- Install npm:
sudo apt-get install npm
Clone the project and install local dependencies:
- Clone the repository :
git clone https://github.com/dscook/mean-stack-authentication.git
- Change to the project base directory:
cd mean-stack-authentication
- Install node local modules:
npm install
To run the code:
node server.js