Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurenskling/routed-react-isomorphic-and-hot
A simple development setup using ReactJS with Routing, Hot-loading and Isomorphic rendering.
https://github.com/laurenskling/routed-react-isomorphic-and-hot
Last synced: about 1 month ago
JSON representation
A simple development setup using ReactJS with Routing, Hot-loading and Isomorphic rendering.
- Host: GitHub
- URL: https://github.com/laurenskling/routed-react-isomorphic-and-hot
- Owner: laurenskling
- License: mit
- Created: 2015-05-14T02:55:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T03:12:07.000Z (over 9 years ago)
- Last Synced: 2023-03-01T21:32:44.216Z (almost 2 years ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Routed-React-Isomorphic-and-Hot
A simple development setup using ReactJS with Routing, Hot-loading and Isomorphic rendering.This is my first gitHub repo, so be nice and don't hesitate to help me around.
# Why this repo.
I've created this package during learning about ReactJS and Isomorphic rendering.
There are a bunch of tutorials out there, but none of them showed me a simple Isomorphic rendering, using the React Router.You can use this package if you want a setup for ReactJS that includes the Router, Webpack Hot-loading and serverside isomorphic rendering.
# Installation.
To use development mode, command `npm run dev` to kickstart Webpack with hot-loading. Go to: http://localhost:8080/webpack-dev-server/#/To use production mode, command `npm start` to let Webpack render a production bundle, and Node with start rendering your ReactJS app. Go to http://localhost:3000/
# Sharing is caring.
All feedback is welcome.
Created on the beautiful island of Curaçao by Laurens Kling.