ImgBotApp / ecards-park

Project ecards-park

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install

Install Node packages

npm i

How to run

Locally

Run proxy server with browser-sync (development mode)

npm run devel

Run only Express server

node app.js

Deploying

Login

heroku login

Deploying code

git push heroku master

Ensure that at least one instance of the app is running

heroku ps:scale web=1

Visit the app at the URL generated by its app name

heroku open

View logs

heroku logs --tail

About

Project ecards-park


Languages

Language:CSS 70.6%Language:JavaScript 29.4%