Skip to content

fogies/react-probe-web-cse510

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-probe-web-cse510

A probe in implementing a React-based website, to inform and eventually become a web-react-base.

Components

Installation and Execution

  • Requires Node is installed:

    https://nodejs.org/

  • Requires Yarn is globally installed:

    https://yarnpkg.com/

    npm install --global yarn
  • Requires project code has been cloned to your computer (see Using Git and Github).

  • Install packages:

    yarn install
  • Build and serve, available at http://localhost:3000:

    yarn start

    As you edit and save files, many changes will automatically update in the browser. A browser refresh is sometimes necessary when changes do not trigger automatic updates. Browser refresh is currently only supported at the root.

Using Git and GitHub

Several of the GitHub Guides are useful for getting started:

We also find it easiest to use GitHub Desktop:

https://desktop.github.com/

To work with this project, you will need to fork this repository and then clone it to your computer. You should not commit edits to master, but will instead create a branch and commit your edits to that branch. You will then publish your branch to your fork and submit a pull request to merge it into this repository. Afterwards or along the way, your fork and clone may fall behind the commits on this repository's current master (i.e., because other people are merging their contributions onto this repository's master). You may therefore need to pull those commits into your master and maybe rebase your branch onto the updated master. This is a standard social coding workflow, described to help you search for more information if needed.

Additional resources when you make a mistake or become stuck include:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published