Skip to content

maxmckenzie/node-bable-standardjs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependancies

  • npm
  • node
  • direnv

Install

npm install git remote remove origin git remote add upstream git@github.com:maxmckenzie/node-bable-standardjs-boilerplate.git git remote add origin <new_repo_url>

Pulling changes

git fetch upstream

with github flow git checkout master git merge upstream/master

with git flow git checkout develop git merge upstream/master

Test

npm test

Build

npm run build

Dev Server

npm run dev

Production Server

npm start

Releases

No releases published

Packages

No packages published