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

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

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)

***