okNeeraj / nodexp-skeleton

Advance nodejs and expressjs skeleton for enterprise level software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodexp-skeleton 🚀

Advance nodejs and expressjs skeleton for enterprise level software

Getting started

Prerequisites

  1. Install git on your local machine
  2. Node: any 16.x version starting with v16.0.0 or greater Node installation instructions
  3. NPM : install Node Package Manager (NPM)
  4. A clone of the nodexp-skeleton repo on your local machine

Installation

  1. cd nodexp-skeleton to go into the project root folder.
  2. npm install to install the project's npm dependencies.
  3. Rename a .env.example file to .env

Running locally

  1. npm run dev to start the development server with nodemon
  2. open http://localhost:8000 to open the site in your favorite browser.

Created with ❤️

Follow on Linkedin

About

Advance nodejs and expressjs skeleton for enterprise level software


Languages

Language:EJS 59.6%Language:TypeScript 37.4%Language:JavaScript 3.0%