GitXplorerGitXplorer
t

WixNodejsApp

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
24a64e792f256933bd1bac079b1fcaeda060273c

app constants

committed 8 years ago
Unverified
e6944313890f702048825bf2e570711ed5ee595b

constants

committed 8 years ago
Unverified
b464d5aaf1f7c250394eb4d87e18144c3fdc5496

Merge remote-tracking branch 'origin/master'

committed 8 years ago
Unverified
52ee99f11268b787e7823c23587507f453d75972

Merge remote-tracking branch 'origin/master'

committed 8 years ago
Unverified
656224da24064ba71d9db7162174b8aaccc5d3fa

design params

committed 8 years ago
Unverified
4cbc4e0d2c5f20bbecf98f730b2963759717f96a

Merge pull request #2 from talbenmoshe/master

zzaherkassem committed 8 years ago

README

The README file for this repository.

Wix NodeJS Application

###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:

  1. Clone our starter template git clone https://github.com/zaherkassem/WixNodejsApp.git
  2. Navigate to your project folder cd WixNodejsApp/
  3. Install bower bower install
  4. Install npm npm install
  5. Run the app gulp serve