https://github.com/boldare/react-intro
An introductory project for XSolve interns
https://github.com/boldare/react-intro
Last synced: about 19 hours ago
JSON representation
An introductory project for XSolve interns
- Host: GitHub
- URL: https://github.com/boldare/react-intro
- Owner: boldare
- Created: 2017-07-05T13:41:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T18:36:54.000Z (almost 8 years ago)
- Last Synced: 2025-02-28T23:56:24.025Z (over 1 year ago)
- Language: JavaScript
- Size: 37.2 MB
- Stars: 0
- Watchers: 52
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to React
## What you'll need :school_satchel:
- NodeJS `brew install node`
***
## Run your React App :mortar_board:
- `npm install` - install all dependencies
- `npm start` - runs the app in the development mode
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser
***
## Additional commands :fire:
- `npm run build` - builds the app for production to the `build` folder
***
## Additional informations :dash:
- [https://facebook.github.io/react/docs/installation.html](How to install basic app)
- [https://github.com/facebookincubator/create-react-app](Official documentation for a basic React app)
***