Hey there! It's Ellie from Major League Hacking, the global hacker community! This repository includes everything you need to get started on a super cool React app that you'll be able to learn from to ~ elevate your web apps!
This repo was made for the Hack with React workshop at Global Hack Week: INIT, a week long event to kickoff the Major League Hacking 2023 Season! Want more resources from ellie? Check out the mlh-ellie stream resources site!
- fork this repo, clone, and then open in VSCode!
- do you have
node
oryarn
installed?
https://nodejs.org/en/download/
follow instructions here, and check your versions!
For more information on installing yarn, visit this page to get started!
npm install --global yarn
corepack enable
Double check to make sure you have it via
yarn --version
This repo already includes the react template imported. I also made a few comments to explain what some of the files do. If you happen to be working on your own repo, you can use the command below in your terminal to get the React environment setup.
yarn create react-app my-app
Now that we have our base code ready to go, lets look at our current site!
cd my-app
yarn && yarn start
the development server will start! You'll view it on http://localhost:3000/
You can now get started with coding in React! Want some ideas? Check out Ellie's resources on some ways to get started!