Skip to content

Very lightweight boilerplate for prototyping with an express server.

Notifications You must be signed in to change notification settings

trentonyo/tinyweight-express-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Express Server Boilerplate

Static Badge

A boilerplate/starter project that's barely one step above prototyping with index.html alone.

Quick Start

Install Node.js:

Windows:

scoop install nodejs

OSX:

brew install node

Clone repo:

git clone git@github.com:Start-Out/tinyweight-express-boilerplate.git

Install dependencies

Navigate into the directory you just cloned, and install all dependencies with NPM.

cd tinyweight-express-boilerplate && npm install

Run your tiny server

npm run dev

About

Very lightweight boilerplate for prototyping with an express server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published