/smooth-express-boilerplate

What I use to kickstart all my Express.js projects 🥃

Primary LanguageJavaScriptMIT LicenseMIT

breathtaking-express-template

Hey! 👋 This will be your best resource to bootstrap an Express.js API. All of the direct dependencies use their latest available version and the architecture is clean and easy to extend. Have fun BUIDLing! 🤙

Usage

  1. Clone this repo:
git clone https://github.com/Accretence/breathtaking-express-template
  1. Install the dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Head over to localhost:5000 !