Create Ficus App

Set-up a web app with FicusJS quickly and easily.

Getting started in seconds

When you want to get started with FicusJS and web components, Create Ficus App lets you focus on code, not build tools.

To create a project called my-app, run this command:

npx create-ficus-app my-app

This will create a project using the Snowpack app starter project.

Starter projects

Depending on what you need to build, Create Ficus App offers a selection of starter projects.

More to follow soon!

  • Vite app - a simple app using Vite
  • Snowpack app - a simple app using Snowpack
  • Basic app - a simple, single HTML page with inline scripts
  • 11ty app - a Jamstack site based on 11ty

To choose a starter project, run this command:

npx create-ficus-app