Skip to content

noorahmedfarid/reactSPAs

Repository files navigation

React: Single Page Applications

This is the repository for React Single Page Applications. A firebase account might be required.

  1. Make sure you have these installed
  2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) > git clone CLONEURL
  3. CD to the folder cd FOLDERNAME
  4. Run npm install to install the project dependencies
  5. Run npm start to start live preview server

Downloading All Branches

For more advanced users, you can also download all of the branches for this repository.

  1. mkdir NAME
  2. cd NAME
  3. git clone --bare CLONEURL .git (make sure you add extra .git)
  4. git config --bool core.bare false
  5. git reset --hard
  6. Run npm install to install the project dependencies
  7. Run npm start to start live preview server

About

Meetings App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published