- NodeJS
brew install node
-
npm install
- install all dependencies -
npm start
- runs the app in the development mode -
Open http://localhost:3000 to view it in the browser
npm run build
- builds the app for production to thebuild
folder
- [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)