Skip to content

fourTheorem/react-workshop

Repository files navigation

React workshop

This is a workshop for people who want to start using React as the frontend framework (or view library, really!) of choice.

Requirements

  • Node.js 14+
  • Npm 8+

To get started, clone this repository locally and run:

npm install

to install all the necessary dependencies.

Getting started

The material for this workshop is available in the form of slides here: fth.link/react-slides.

If you want to run a particular example, go to the specific example folder and run npm run dev.

For example, to run the 08-loading-data example:

cd 08-loading-data
npm run dev

Then you should be able to see the application running on localhost:3000.

Contribute

In the spirit of Open Source, everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue on GitHub or by submitting a PR.

License

Licensed under MIT License. © fourTheorem.