The Pagedesigner webapp should help to build easy storeable and nice looking pages.
Proper use case is for example Magento, which has a poor page engine. With Pagegenerator implemented, you can use custom content elements while the whole page is stored as json in the Magento content field. To render the output, pass the json to Pagegenerator render interface and it will give you back the rendered html.
Just type npm start
- Enabling the babel watcher:
npm run watch
- Create a build of the JavaScript files:
npm run build:js
npm run build:css
The javascript code should follow npm standard, to check your code run npm test
.
For SCSS follow sass-guidelin.es.
Current status: work in progress.