Skip to content

aacoelho/react-course-2-expensify-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Course

Tools

  • Webpack - Modular bundler
  • Firebase - Use of Realtime Database to store expenses
  • Heroku - Cloud platform

Git Commands

  • git init - Create a new git repo
  • git status - View the changes to your project code
  • git add - Add files to staging area
  • git commit - Creates a new commit with files from staging area
  • git log - View recent commits

Deploying with Heroku

  • git add . - Add files to staging area
  • git commit -m "message" - Creates a new commit with files from staging area
  • git push - Push to github
  • git push heroku main - Deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published