create-stickyboard-app

Set up a StickyBoard app by running one command

What is create-stickyboard-app?

create-stickyboard-app is a simple command line tool to create a StickyBoard app.

You can create your own StickyBoard app by running the below command.

You can select one of the following template names:

  • simple

    • No database connection.

  • mysql

    • MySQL database connection required.

$ npx create-stickyboard-app <your_app_name> <template_name>

After creating, run the below commands.

$ cd <your_app_name>

$ npm install
...

$ npm run dev

Then, you can see the simple StickyBoard app on your browser(http://localhost:3000).

What's next?

You can install a lot of stickers(StickyBoard components) to your app.

Let's customized it!

Last updated