Giter VIP home page Giter VIP logo

frontend's Introduction

frontend

KE Web Frontend

Install node.js https://nodejs.org/en/
Install git https://git-scm.com/downloads

Git Flow:

Do Once

  1. Fork this team repo to your own Github account.
  2. Git clone your personal repo to anywhere in your computer such as Documents.
    To do so, open git bash and enter command eg: git clone https://github.com/{yourusername}/frontend.git
    Now you will have the project in your com.

Every time you want to develop code

  1. To make changes, pull from the team repo first to get latest changes using git pull (Default remote called origin points to your fork on GitHub, not the original repo it was forked from. To keep track of the original repo, you need to add another remote named upstream git remote add upstream https://github.com/keviiweb/frontend.git)
  2. Recommened to create and switch to a new branch for development in your personal git repo using git checkout -b new-branch-name and start coding shit.
  3. To update the changes you made to your own repo, stage the files using git add, commit it using git commit and push the changes using git push
  4. Open pull request to the team repo.
  5. Merge if nothing wrong.

TLDR Pull from team repo, develop and push to individual repo. Create PR from own repo to team.

To run the project

  1. Open the folder in some IDE eg Visual Studio Code.
  2. Open the terminal and go to the project path.
  3. Important to type npm install for the first time to download the node_modules folder required for the project as they are not included.
  4. Type npm start to run the project.
  5. Should be able to see it on http://localhost:3000/
  6. EZ is gay

frontend's People

Contributors

euzintan avatar poonchuanan avatar nuoyijiang avatar yunusali15 avatar weidak avatar fangpinsern 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.