Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

code-splitting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Code Splitting

This is mostly the code from the server-side-rendering sample. We have added build.js to perform code splitting and route-based chunking.

Run npm install to install all dependencies. Run node build.js and then run the server with node index.js.