Skip to content

Provides a basic application base for Node that includes a default configuration for linting, testing and getting the ball rolling quickly.

License

Notifications You must be signed in to change notification settings

stuf/node-application-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-application-base

Provides a basic application base for Node that includes a default configuration for linting, testing and getting the ball rolling quickly.

Included:

Requirements

  • yarn instead of npm (easy install on OSX: brew update && brew install yarn)

Getting started

git clone https://github.com/stuf/node-application-base.git
cd node-application-base
yarn
yarn start

Run tests

yarn run test

Build

yarn run build

Push

Basically runs lint and test before invoking git push. Convenience script to avoid accidentally pushing broken code.

yarn run push

Acknowledgements

License

Released under the MIT License

About

Provides a basic application base for Node that includes a default configuration for linting, testing and getting the ball rolling quickly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published