Git Product home page Git Product logo

react-expensify-app's Introduction

Git Commands

git init - git status git add git commit git log git commit -am "comments" : all fils and including comments to commit

git remote add origin [email protected]:spdumie/xxxxx.git : assign git push : will push the files to remote repo git push heroku master : push master brench files to heroku server

yarn commands

yarn add [email protected] : install dependency (4.0.0 version) yarn test : yarn runs jest test files yarn test -- --watch : jest test keeps updating in real time yarn run dev-server : dev-server starts in 8080 port. cyber files will be created yarn start : yarn start express.js server yarn run build:prod : build ad production files, style.css, bundle.js and mapping files will be created yarn install --production : will install only production dependencies. yarn install : will install all dependencies including devDependencies

heroku commands

heroku --version : show heroku version heroku login : loggin in to heroku (via web browser) heroku create xxxxx : create new app service on heroku heroku logs : dispatch logs from heroku heroku update : update heroku heroku open : open the pushed service in browser

heroku config : manage config heroku config:set (key=xxxx): set key pair in config heroku config:unset (only Key) : remove key pair in config

node.js

node server/server.js : run node.js files (express.js server here)

SSH

ssh-add ~/.ssh/id_rsa : access to GitHub by passphrase ssh -T [email protected] : authenticate on GitHub

react-expensify-app's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.