- Node.js
npm install -g gulp
npm install
gulp styles
(builds styles and runs livereload)
gulp
npm install
Deploy app to server...
Set enviroment variables -> see file .env_example
and make .env
file
Then run:
npm start
You're welcome
npm install -g gulp
npm install
gulp styles
(builds styles and runs livereload)
gulp
npm install
Deploy app to server...
Set enviroment variables -> see file .env_example
and make .env
file
Then run:
npm start
You're welcome