generator-wix-apps

Yeoman generator for generating a wix application

Usage no npm install needed!

<script type="module">
  import generatorWixApps from 'https://cdn.skypack.dev/generator-wix-apps';
</script>

README

generator-wix-apps

Yeoman generator for creating Wix application, using Node, Express, MongoDB and AngularJS.

Yeoman generator

Getting Started

Install generator-wix-apps:

npm install -g generator-wix-apps

Make a new directory and cd into it:

mkdir my-new-project && cd $_

Run yo wix-apps [yourAppName]

Run grunt serve and visit localhost:3010 to test your new app

License

MIT