Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

elliolir/react-ssr-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-ssr-boilerplate

Simple boilerplate for React Server-Side rendering

Minimal amount of talk, optimized amount of code

I'm not here to launch Falcon Heavy into space, I just want to render my components from backend.

Consist of

  • Restify.js – because Express.js is too mainstream;
  • Babel and stuff - to compile your JSX;
  • Webpack and fellow loaders - to bundle your stuff properly;
  • React and ReactDOM - would be (not) funny not to include that;
  • isomorphic-fetch - sneaky little fella to fetch everything everywhere.

How to run this

$ cd react-ssr-boilerplate/
$ npm i
$ npm start
$ npm serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published