Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

i-like-robots/preact-tube-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published