StickyBoard
Search…
Introduction
abstract
Core Concepts
Architecture
Getting Started
create-stickyboard-app
Install
Default Settings
Back-end Customization
Front-end Customization
Build & Run
Dockerize
Deploy
Components
Recharts
Highcharts
Table
SmartTable
Number
OpenWeatherMap
YahooWeather
OpenLayers
contribution
Develop Your Own Component
Powered By
GitBook
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.
GitHub - soaple/create-stickyboard-app: Set up a StickyBoard app by running one command
GitHub
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!
abstract - Previous
Architecture
Next - Getting Started
Install
Last modified
1yr ago
Copy link
Outline
What is create-stickyboard-app?
What's next?