Peachy Tools is a free web application that hosts mini web tools such as random number generators, and unit converters.
Peachy Tools currently employs the following technologies:
To run Peachy Tools on your machine:
- Install Node.js (and npm).
- Enter the /src/ directory.
npm install
to install Node.js dependencies.npm run webpack
to compile PeachyTools.jsx into /src/js/bundle/.npm run node-sass
to compile the SASS in /src/scss/ to peachytools.css.npm run server
to serves Peachy Tools.
Use the following command during development from /src/:
npm run webpack & npm run node-sass & npm run server