Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 271 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 271 Bytes

node-starter

# Clone this repository
git clone https://github.com/rbiggers/node-starter.git
# Go into the repository
cd node-starter
# Install dependencies
npm install
# Run the app
npm run start
# Run the tests
npm run test

License MIT