An open API service indexing awesome lists of open source software.

https://github.com/StudyResearchProjects/intro-to-react

⚛ Workshop sample code and apps
https://github.com/StudyResearchProjects/intro-to-react

intro javascript react workshop

Last synced: 6 months ago
JSON representation

⚛ Workshop sample code and apps

Awesome Lists containing this project

README

          



React.js Logo



intro-to-react


⚛ Workshop sample code and apps

## Requirements
- Node.js
- Text Editor

## Clone the repository and run it
```bash
git clone https://github.com/gutpullsh/intro-to-react.git
cd intro-to-react
# npm
npm i && npm start
# yarn
yarn && yarn start
```

## Contents
- Counter App
- Blog App