Skip to content

itsrojasleon/react-boilerplate

Repository files navigation

React Boilerplate

System Requirements

  • node v8 or greater
  • yarn v1 or greater || npm v6 or greater
  • git v2 or greater

All of these must be available in your PATH. To verify things are set up properly, you can run this:

node --version
npm --version
git --version

Setup

Download the repo or

Clone the repo with:

git clone git@github.com:rojasleon/react-boilerplate.git

Running the app

Install dependencies with:

npm install or yarn install

Run hot server (recommended)

npm run dev:hot or yarn run dev:hot

Run server:

npm run dev or yarn run dev

Author

Juan Luis Rojas León

License

MIT