Build & Run
Build your own dashboard, and run it!
You can run StickyBoard on development mode by executing below command.
$ npm run dev
Also, development mode uses .env.development file to load environment variables.
$ npm run build
Second, you can run StickyBoard on production mode by executing below command.
$ npm run production
It will start StickyBoard on Node.js server, and default port is 3000.
Also, production mode uses .env.production file to load environment variables.
$ npm run build
$ npm start
It will start StickyBoard on Node.js server, and default port is 3000.
Also, production mode uses .env.production file to load environment variables.
You can specify running configuration by modifying ecosystem.config.js file.
Last modified 3yr ago