react-boilerplate

(โ˜… 29,494)

๐Ÿ”ฅ A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.

  • .all-contributorsrc
  • .editorconfig
  • .eslintrc.js
  • .gitattributes
  • .gitignore
  • .nvmrc
  • .prettierignore
  • .prettierrc
  • .stylelintrc
  • .travis.yml
  • appveyor.yml
  • babel.config.js
  • Changelog.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • jest.config.js
  • LICENSE.md
  • package-lock.json
  • package.json
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/react-boilerplate/react-boilerplate

Downloads the entire project code from GitHub to your computer.

cd react-boilerplate

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
_At this point you can run `npm start` to see the example app at `http://localhost:3000`._

Starts the development/run server.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation