Skip to content

chee/money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inferno banana

a simple inferno starter with no webpack, no babel and no configuration

has livereloading (not hotloading), bundling, minifying, transpiling

uses browserify, bublé and uglifyjs

this is the entire build process:

buble src -o build; browserify build/index.js | uglifyjs > public/bumble.js

but that's available as yarn build or npm run build

getting started

git clone git@github.com:chee/inferno-starter
cd inferno-starter
yarn

in development

i'd open up tmux and have a window for each of watch, serve and reload

watch

(building your js every time you save)

yarn watch

livereload

(reloading your js when it is built) (requires livereload browser extension)

yarn reload

serve

(serves your code on port :1890)

yarn serve

building

yarn build

todo

  • add jsx support in watch (maybe?)
  • take out livereload when building for production
  • don't rely on python2 for serving
  • cry that she is gone
  • die in a hole

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published