/react-starter

Primary LanguageJavaScript

React starter course from Rocketseat

  • First, clone repo:

    $ git clone https://github.com/lmedson/react-starter.git
    
  • Install dependencies: $ yarn or alternatively $ npm install

  • Run the app: $ yarn start or alternatively $ npm start