À mettre dans le panier (don't mind that it's just a personal copy/paste, no relation with this repo) :
https://startbootstrap.com/previews/sb-admin-2/
====================================
A bare grapesjs Instance served by asimple node/express static webserver
Release inventory :
0.0.1
: gives you exactly what a bare grapesjs instance should be, meaning almostno controls on the block toolbox, etc... Gives you exactly whatyou've got live at ccc, source code at https://github.com/artf/grapesjs0.0.2
: gives you exactly whatyou've got live at https://grapesjs.com/demo.html, source code at https://github.com/artf/grapesjs-preset-webpageYou can try that one and share it with our friends with the NodeJS
Katacoda playgraound
https://parceljs.org/getting_started.html
export URI_DE_CE_REPO=https://github.com/Jean-Baptiste-Lasselle/grapejs-server
# -- System : Alpine
# apk update && apk add git tree
# -- System : CentOS
# yum update -y && yum install -y git tree
mkdir -p ~/grapesjs-server
cd /grapesjs-server
git clone $URI_DE_CE_REPO .
chmod +x ./build.sh
./build.sh
chmod +x ./charger-projet.sh
./charger-projet.sh
export OMEGA_PORT=3000
export OMEGA_HOST=0.0.0.0
export OMEGA_BACKLOG=500
export HTML_FILE_TO_LOAD_OMEGA_REALTIVE_PATH=index.html
npm run start
What you get with release 0.0.1
An in Browser MJML Editor, enriched with grapesjs
, with its tested bundle procedure npm run bundle
, and it will look like :
unzip -l template-HTML5-current.zip|head -n 7|tail -n 1|awk '{print }'|awk -F '/' '{print }'