automagically generate and publish "jsomorphic" webapps.
starting the ritual
cloning a page:
to start your page, simply clone one of the example directories:
minimal
this is a minimal example for purists that want to start from (almost) scratch
git clone https://github.com/magic-examples/minimal ./yourAwesomeDomain.tld
cd ./yourAwesomeDomain.tld
npm install
npm run dev
// goto http://localhost:2323
interactive
a small example showing off some client side interactions.
git clone https://github.com/magic-examples/example ./yourAwesomeDomain.tld
cd ./yourAwesomeDomain.tld
npm install
npm run dev
// goto http://localhost:2323
project
using @magic-themes/project, a good starter template for any project or company representation page.
git clone https://github.com/magic-examples/project ./yourAwesomeDomain.tld
cd ./yourAwesomeDomain.tld
npm install
npm run dev
// goto http://localhost:2323