webhandle-site-setup
v1.0.59
Published
setup the project as a webhandle project
Readme
webhandle-site-setup
Set up a project to be ready to run as webhandle js site
Run:
npm install --save webhandle-site-setup
npx webhandle-site-setupIf you don't have PM2 installed, install like:
sudo npm install -g pm2You can start both the runtime environment by running:
pm2 start dev.config.jsThis will run the server on port 3000, compile less files on change, and restart the server if there are changes in server-js.
You can restart manually by running:
pm2 restart all