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
- Host: GitHub
- URL: https://github.com/StudyResearchProjects/intro-to-react
- Owner: StudyResearchProjects
- Archived: true
- Created: 2018-12-16T04:15:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T22:24:27.000Z (almost 7 years ago)
- Last Synced: 2025-09-13T04:52:15.007Z (7 months ago)
- Topics: intro, javascript, react, workshop
- Language: JavaScript
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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