/minimal-starter

A minimal Node.js (v12) starter template with Express

Primary LanguageJavaScriptMIT LicenseMIT

Minimal Starter

λ:Minimal Code-Style:Standard License:MIT

A minimal Node.js (v12) project starter with Express.

  • Only three basic npm dependencies to get your web service up and running in seconds
    • express
    • body-parser
    • cookie-parser
  • Perfect for
    • quick APIs
    • webhook handlers
    • improvised micro-services
  • No additional boilerplate or configuration required

Glitch

Click the Remix on Glitch button to spin up minimal-starter for quick prototyping.

Remix on Glitch

System Requirements

  • Node.js (version 12.x or later)
  • npm (whichever version comes with your Node.js v12.x installation)

Deploy Locally

Clone the Repo

$ git clone git@github.com:krismuniz/minimal-starter.git minimal-starter

Install dependencies

$ npm install

Start the server with a PORT environment variable (default port is 3000)

$ PORT=3000 npm start

License

MIT © Kristian Muñiz