vamshi9 / Portfolio

front end project deployed on heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

front end project deployed on heroku

Portfolio

Can solve this using MVC architecture(which I have done) or follow complete codebase on codepen!

Codepen

Or

If you want to stick to the plan :

 1) npm install
 2) npm install nodemon -g --save
 3) nodemon app.js
 4) open browser and start local server localhost:8081

Hosting : Heroku

1) heroku create app_name
2) create git repository
3) copy all files into repository
4) remove node_modules since heroku does it for you
5) git commit -m "your message"
6) git push heroku master
7) heroku open

Hola!

About

front end project deployed on heroku

License:GNU General Public License v3.0


Languages

Language:HTML 44.9%Language:CSS 32.1%Language:JavaScript 23.0%