Skip to content
/ express-template Public template

ExpressJS Server Template with Basic Setup

Notifications You must be signed in to change notification settings

Ath3r/express-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Server Template

ExpressJS Server Template with basic setup.

Installation

  1. cd into the project

npm install

  1. Setup your env variables on your .env file reference from .env.example

Usage

Run on Development

npm run dev

Run on Production npm run start

Packages

Dependencies

  • Express
  • Cors
  • Dotenv
  • Helmet
  • Morgan

Dev Dependencies

  • ESlint
  • ESlint-config-prettier
  • ESlint-config-node
  • ESlint-plugin-prettier
  • Nodemon
  • Prettier

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

ExpressJS Server Template with Basic Setup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published