Skip to content

TerraEclipse/bundler-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example App

This is a simple react app that you can test hipley and hot-reloading with.

Run Development Server

$ hipley --dev

Now if you visit http://localhost:3000 you should see some counters. If you edit colors.js or Counter.js, you should see the changes live-update. You can also edit app.less and see those changes auto-inject also.

Build for Production

$ hipley --build

Now the /build directory contains the production js and css bundles.

To serve the example you can use hipley's server:

$ hipley --serve

Or, just look at what server.js does and replicate that in your node app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published