HTML, CSS, JS. Mostly React / WebPack
git clone https://github.com/FarmBot/farmbot-web-frontend.git
cd farmbot-web-frontend
npm install
- Move a copy of
/src/js/config.example.js
over to/src/js/config.js
npm start
Visit http://localhost:8080/webpack-dev-server/src/bundle
Notes: Make sure you have node installed.
- Finish routing ("ROUTE_CHANGE" action creator does nothing.)
- Add test suite.
- Get sourcemaps working