Skip to content

jeffholst/express-startup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Startup

Express Startup is a preconfigured project designed to quickly get started with an Express application.

Tech

  • Chalk - terminal string styling done right
  • Debug - a tiny JavaScript debugging utility for Node.js debugging
  • EJS - embedded JavaScript templating
  • ESLint - a pluggable linting utility for JavaScript
    • Airbnb - JavaScript style guide
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Morgan - HTTP request logger middleware for Node.js
  • Nodemon - a utility that will monitor changes in source and automatically restart server

CSS

  • Bootstrap - responsive, mobile-first toolkit for developing with HTML, CSS, and JS
    • JQuery Slim - smaller JQuery excluding ajax, effects, and currently deprecated
    • Popper.js - easily manage and position popovers and tooltips

Installation

Express Startup requires Node.js to run.

Install the dependencies and devDependencies and start the server.

$ cd express-startup
$ npm install
$ npm start

For production environments...

$ npm install --production
$ NODE_ENV=production node app

Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:4000

Todos

  • None

License

Internet Systems Consortium (ISC)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published