1.0.0 • Published 1 year ago
@pijushbarik/roughpad v1.0.0
Roughpad
A very simple HTML page to take quick note.
Features
- Automatically saves notes in local storage
- New features will be added
- Control dashboard
- Manual save/clear storage
- Last saved/modified timestamp
- Export/import
How to run
Dev server
yarn start
# will start dev server on http://localhost:1234Build
yarn build
# will create a production build in the `dist` directoryServe
yarn serve
# will run a server from the directory on http://localhost:9009Run as a background process
Install pm2 by running npm i -g pm2@latest or yarn add -g pm2@latest
Then from inside the project directory
yarn build
pm2 start ./ecosystem.cofig.jsThis will add the the server as a pm2 process in background and is accssible from http://localhost:9009
1.0.0
1 year ago