##ZULILY CODING ASSIGNMENT!
- Quick summary
- Version
- Learn Markdown
To setup the code repo on your machine follow these steps:
- Install Node
- Install npm - the node package manager
Open your Command Prompt (Windows) or Terminal (OSX)
Run these commands:
- cd /path/to/root folder
- npm install
- bower install
- gulp serve - to run the dev version on your local machine
- gulp to build an optimized production-ready version for deployment
- Repo owner or admin