Steps:
-
clone repo
-
replace your nginx.conf with the one provided in repo.
-
run "npm i"
-
run "npm start"
-
open browser with url https://localhost.example.com.
For build
-
in nginx.conf, comment lines 46-53.
-
in nginx.conf, un comment lines 44, 45.
-
run 'npm run build'
-
copy dist to nginx/html
-
open browser with url https://localhost.example.com.