nodejs-passport-boilerplate
nodejs passport boilerplate
File Explorer
Download Latest Version (.zip)- home.js
- users.js
- user.js
- index.html
- foot.html
- footer.html
- head.html
- header.html
- default.html
- login.html
- show.html
- signup.html
- 404.html
- 500.html
- authorization.js
- config.example.js
- express.js
- passport.js
- routes.js
- app.css
- auth.css
- facebook.png
- github.png
- glyphicons-halflings-white.png
- glyphicons-halflings.png
- google.png
- linedpaper.png
- twitter.png
- robots.txt
- helper.js
- test-users.js
- .bowerrc
- .gitignore
- .travis.yml
- bower.json
- package.json
- Procfile
- README.md
- server.js
# Installation Guide
1. Get the code
git clone https://github.com/diki/nodejs-passport-boilerplate
Downloads the entire project code from GitHub to your computer.
cd nodejs-passport-boilerplate
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
