Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating Static, Universal Websites with React

A JavaScript project for static websites that runs on both the client & server.

Using webpack to render a website statically, and react-router to switch between pages dynamically all the code use ES6.

Features

✓ Generates static .html pages from React components
✓ ES6 with Babel
✓ Sass syntax for CSS
✓ Bundling  with Webpack

Getting Started

Just clone the repo, install Node.js modules and run npm start:

$ git clone https://github.com/jeblister/universal-static-render.git MyApp
    $ cd MyApp
    $ npm install
    $ npm start
    Then open http://localhost:8080/ in your browser.

Questions, Comments, Suggestions?

Open an Issue

Credits & Sources

Other Tutorials & Resources

Static with react

Server-Client with React
Server Side rendering

New to React? Check out these tutorials

Licence

MIT

About

A JavaScript project for static websites that runs on both the client & server. Using webpack to render a website statically, and react-router to switch between pages dynamically all the code use ES6.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages