Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 940 Bytes

README.md

File metadata and controls

executable file
·
22 lines (14 loc) · 940 Bytes

basic-node-project

Build Status

Demo deployed automagically by snap ci: https://basic-node-project.herokuapp.com/

Note: This is a free tier site site and will not be available 24/7

What does this project give me?

  • Express web app framework that serves with basic hello world html page
  • Chai & supertest testing frameworks and with one example test that checks the Express app
  • JSHint Linter

How do I use this project?

  1. Install NodeJS
  2. Clone this repository
  3. Run ./precommit.sh

Now the app and all of its tests have successfully run on your machine. Copy the project into your own repository and start building a web app!