Back-end implementation of Focus Article: A minimal self-storage project to save your favorite articles without any distraction.
- First, install all dependencies
bun install- Run the server
bun run watch- Install pm2 globally
npm i pm2 -g- Run pm2 script
bun run pm2
This is going to run focus-article-server on port 3001. You need to do the same with focus-article-ui.
Attention: If you already run this command before, you should run
pm2 killbefore.