A Preact and ES6 port of my original React Tube Tracker. Demonstrates creating a modern isomorphic web app with Webpack, Babel, and Sass. Also includes a simple method for deploying transpiled code on Heroku.
Node 8+
# Clone this Git repo
git clone https://github.com/i-like-robots/preact-tube-tracker.git && cd preact-tube-tracker
# Add local environment configuration
cp .env.example .env
# Install application dependencies
npm install
# Build client-side code and run dev server
npm run build && npm start