Skip to content

A bare minimum boilerplate with production grade code organization for setting up an Express application with Session management, CSRF and lots more.

Notifications You must be signed in to change notification settings

jagzviruz/express-server-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Starter

This is a starter application boilerplate which can be used as a starting point for production grade application.

Commands

Clone the repo, and install all dependencies.

git clone https://github.com/jagzviruz/express-server-starter.git micro-ui-app
cd micro-ui-app
npm install

To launch a hot reloading server

npm start

To prepare a dist version

npm build

Todo

Update all instructions.

About

A bare minimum boilerplate with production grade code organization for setting up an Express application with Session management, CSRF and lots more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published