create-after-app
v3.2.0
Published
CLI tool to bootstrap After.js applications with no configuration
Downloads
9
Readme
Create After App
Create After.js apps in one command.
npx create-after-app my-proj
cd my-proj
npm start
or.... with the yarn create
command:
yarn create after-app my-proj
cd my-proj
yarn start
You can also initialize a project from one of the examples.
npx create-after-app --example with-preact my-preact-app
cd my-preact-app
npm start
or
yarn create after-app --example with-preact my-preact-app
cd my-preact-app