3.2.0 • Published 3 years ago

create-after-app v3.2.0

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

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