This is the repository for React Single Page Applications. A firebase account might be required.
- Make sure you have these installed
- Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)
> git clone CLONEURL - CD to the folder
cd FOLDERNAME - Run
npm installto install the project dependencies - Run
npm startto start live preview server
For more advanced users, you can also download all of the branches for this repository.
mkdir NAMEcd NAMEgit clone --bare CLONEURL .git(make sure you add extra .git)git config --bool core.bare falsegit reset --hard- Run
npm installto install the project dependencies - Run
npm startto start live preview server