dnf install git
dnf install npm
mkdir /var/www
cd /var/www
git clone https://github.com/MicroHealthLLC/well-beeing.git
npm install
npm run serve
Default port will be URL:8080
npm run build
Default port will be URL:8080
npm run lint
| Name | Name | Last commit date | ||
|---|---|---|---|---|
dnf install git
dnf install npm
mkdir /var/www
cd /var/www
git clone https://github.com/MicroHealthLLC/well-beeing.git
npm install
npm run serve
Default port will be URL:8080
npm run build
Default port will be URL:8080
npm run lint