###Overview
This boilerplate will make it easy for you to start developing your Wix app. The project is already set up with a widget component and its App settings panel.
###Getting started Before you start - get node.js
Generate the app:
- Clone our starter template
git clone https://github.com/zaherkassem/WixNodejsApp.git
- Navigate to your project folder
cd WixNodejsApp/
- Install bower
bower install
- Install npm
npm install
- Run the app
gulp serve