Skip to content

stefunk/isomorphic-blog-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isomorphic blog example

This is an example of simple isomorphic javascript application. The app is a blog who serves markdown articles.

Techs

Compile

To build the client application run:

browserify src/browser.js -o public/build.js

To start the server:

node index.js

Package.json

To understand how server modules are override in client build, watch the browser field in package.json. And read here.

Articles

In articles/ folder you will find all the markdown files used by the app. The app simply read the content of the folder and compile the file requested. It doesn't use slug or ids, simply the file name.

About

An example of isomorphic js blog with Express and Reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published