/plantapp-iso

An isomorphic React app for USDA plant data.

Primary LanguageJavaScriptMIT LicenseMIT

plantapp-iso

This is deployed on on Heroku at [https://plantapp-iso.herokuapp.com/].

Initialized with the React Starter Kit boilerplate (see the RSK README).

Run (dev)

npm start

The app will open your browser to [http://localhost:3001/]. Running ports:

http://localhost:3000/ — Node.js server (build/server.js) http://localhost:3000/graphql — GraphQL server and IDE http://localhost:3001/ — BrowserSync proxy with HMR, React Hot Transform http://localhost:3002/ — BrowserSync control panel (UI)

Deploy

$ npm run build -- --release
$ cd build
$ git commit -am 'latest build'
$ git push heroku master