Skip to content

JavaScript Zoom app clone. Projeto base da JS Expert Week 2.0

License

Notifications You must be signed in to change notification settings

francisrod01/js-zoom-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Zoom app clone

Projeto base da JS Expert Week 2.0

Teacher: Erick Wendel
Student: Francis Rodrigues

Screenshots

Home Page

home page

Room

room

Deploying on Heroku (optional)

First of all you need to authenticate on heroku.

~$ npm i -g heroku

~$ heroku login
Logging in... done
Logged in as `xxxxx@xxxx.com`

Heroku uses GIT as a deploy source, so you must create a separated git project for each project.

~$ cd public
~$ git init
~$ ... commit all files

After that you'll create a heroku app for each project.

~$ heroku apps:create
Creating app... done, `xxxx-ridge-000000`
https://xxxx-ridge-000000.herokuapp.com/ | https://git.heroku.com/xxxx-ridge-000000.git

~$ heroku buildpacks:set heroku/nodejs
Buildpack set. Next release on xxxx-ridge-00000 will use heroku/nodejs.
Run `git push heroku master` to create a new release using this buildpack.

The last step is to push the code to heroku master.

~$ git push heroku master

Créditos

License

MIT