Dev Shop
Install
- Clone
git clone https://github.com/fskinner/dev-shop-backend
- Install dependencies
npm install
Running
- Start the server
npm start
- Open browser at Localhost
Web
You can view the project up and running on Heroku
Testing
- FrontEnd: gulp test
- BackEnd: npm test