Skip to content

Simple Node + Express boilerplate for starting a new project

Notifications You must be signed in to change notification settings

wolfgangdie/node-express-boilerplate

Repository files navigation

Node + Express

Simple Node + Express boilerplate for starting a new project.

Installation

  1. Before running the project for the first time, you will need to install all the dependencies using:

    $ npm install
    
  2. Create .env file into project's root following env.example structure.

Available scripts

In the project directory, you can run:

  • npm start: starts the server at port 5000 as default. Open http://localhost:5000 to view it in the browser.

  • npm run local: starts the server with nodemon for development purpose.

  • npm run test: runs all the tests related to the server.

  • npm run lint: runs linter tool for identifying and reporting common issues.

  • npm run lint:fix: runs linter tool for fixing common issues.

About

Simple Node + Express boilerplate for starting a new project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published