react-starter
Overview
Starter React UI project using Babel, Webpack, and React.
Setup
Install homebrew (if not done already)
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install node (if not done already)
brew install node
Install npm modules
npm install
Available Scripts
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
npm run build
Builds the app for production to the dist
folder.