NimJay / peachy-tools

Every little tool you need, in one place.
Other
2 stars 1 forks source link

peachytools.com Peachy Tools Logo

Every little tool you need, in one place.

Peachy Tools is a free web application that hosts mini web tools such as random number generators, and unit converters.

Implementation

Peachy Tools currently employs the following technologies:

Run On Your Machine

To run Peachy Tools on your machine:

  1. Install Node.js (and npm).
  2. Enter the /src/ directory.
  3. npm install to install Node.js dependencies.
  4. npm run webpack to compile PeachyTools.jsx into /src/js/bundle/.
  5. npm run node-sass to compile the SASS in /src/scss/ to peachytools.css.
  6. 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

Be simple.