Skip to content

JoTrdl/netflix-top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Top - DEMO

A basic isomorphic app, featuring:

With extra setup (inputs sanitizaton, lab testing, ...)

The final javascript size is around 18Kb (min+gz) containing mainly riot + redux + redux-thunk + isomorphic-fetch + colorchart + app code.

Installation

After cloning the repo:

>npm run dev

Which will run concurently the 2 scripts:

>npm run dev-www
>npm run dev-server

The first one starts the Webpack Dev Server and the other starts a nodemon process for the server.

To build the production code, run:

>npm run build-www

And then, to run the server in prod mode:

>npm run start

About

A Riot/Redux/Hapi isomorphic experiment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published