# clone repository
git clone https://github.com/menems/react-starter.git
# install dependencies
cd react-starter && npm install
# start developement server
npm start
# open in browser
open http://localhost:3000
# build for production
npm run build