3.2.0 • Published 4 years ago
create-after-app v3.2.0
Create After App
Create After.js apps in one command.
npx create-after-app my-proj
cd my-proj
npm startor.... with the yarn create command:
yarn create after-app my-proj
cd my-proj
yarn startYou 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 startor
yarn create after-app --example with-preact my-preact-app
cd my-preact-app