Express Startup is a preconfigured project designed to quickly get started with an Express application.
- 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
- 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
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
- None
Internet Systems Consortium (ISC)