Skip to content

Instantly share code, notes, and snippets.

@fdnklg
Last active September 17, 2019 22:58
Show Gist options
  • Save fdnklg/22a87aaabb0906498e7bf79b0ebe2be9 to your computer and use it in GitHub Desktop.
Save fdnklg/22a87aaabb0906498e7bf79b0ebe2be9 to your computer and use it in GitHub Desktop.
Some useful tutorials on how to setup a react app.

How to setup your react app

  1. create a new react app with the create-react-app CLI
npx create-react-app folder-name-of-app
  1. Add scss support to your react app by following this tutorial

  2. Setup redux support by following this tutorial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment