Skip to content

ashergarland/WebStarterKit-Nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebStarterKit-Nodejs

This is a starter kit for building Nodejs web applications. It handles all the tedious setup process for you so you can quickly get started building your web application.

Technologies:

  • Server - NodeJS
  • Web Framework - ExpressJs
  • Database - MongoDB
  • Mongoose - MongoDB NodeJs framework
  • Handlebars - HTML templator
  • Procfile - Used for deploying to Heroku

Installation

  1. Clone the repo and change it's name to the name of your application
  1. Open terminal -> go to directory where you cloned the repo
  2. Delete the .git file
  • Mac
    • rm -rf .git
  • Windows
    • RMDIR .git
  1. Initialize this repo as your own new github repo for your application
  1. run: npm install
  2. run: node app.js
  3. Open browser and go to: http://localhost:3000/

If you see Hello World then the installation was (probably) successful.

About

Starter kit for building Nodejs web applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published