/preact-tube-tracker

🚇 A Preact and ES6 port of my original React Tube Tracker

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Preact Tube Tracker

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.

Requirements

Node 8+

Installation

# 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