Skip to content

grimmbraten/react

Repository files navigation

Getting started

Option 1: CLI

  1. Clone down the boilerplate repository to your local machine.
git clone [email protected]:grimmbraten/react.git
  1. cd into the directory and run yarn install.
  2. Change the package.json title and description, the src/public/index.html head title, and rename the project directory if you haven't already.
  3. Now you are all good to go! Run the command below to start up the website for the first time or visit the wiki to learn more about the boilerplate.
yarn dev --open

Option 2: Github UI

  1. Click the "Use this template" button in the top right corner of the repository page.
  2. Fill in the requiered fields and click "Create repository from template".
  3. Clone down your newly created repository to your local machine and then follow along option 1 from step 2.