Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dipesh-prjpt5/node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Go-To 🚀

This repository is a Node.js starter template that I use as a base for all my new Node.js projects.
It comes with a simple Express server, dotenv setup for environment variables, and a clean folder structure.

Features

  • Express server setup
  • Environment variable support with dotenv
  • Basic project structure for scalability
  • Ready to extend for APIs, authentication, and databases

Usage

  1. Clone the repo:
    git clone https://github.com/dipesh-prjpt5/node-starter.git my-new-project
  2. Install dependencies:
    npm install
  3. Create a .env file in the root directory and add your environment variables. For example:
    PORT=5000
  4. Start the server:
    npm start

About

A Node.js starter boilerplate for quickly setting up new projects. Includes a basic Express server, dotenv configuration, and project structure to save time when starting new Node.js applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors