0.0.1 • Published 4 years ago

inlada-meetings-react v0.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

First Start

- install nodejs 
- install yarn
- install global packages ( npm install webpack and webpack-cli -g )
- run command "yarn install"
- yarn start ( development mode )

Build

- development mode: "yarn build:dev"
- production mode: "yarn build:prod"
    

Publish

- run command "yarn build:prod"
- get all files from build folder
- copy all files from build folder to "/var/www/inlada-react" in a server
- in a server run command "cd /var/www/inlada-react" and after this "forever restart server.js"