Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.62 KB

File metadata and controls

65 lines (46 loc) · 1.62 KB

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