Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

kfang/react-noiso-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Requirements:

  1. git
  2. yarn

Running:

  1. yarn install
  2. yarn start
  3. open a browser and go to http://localhost:3001

Deployment:

  1. yarn build
  2. Take everything under /dist and put it on your preferred webserver. Be smart, use CI.

Why?

  • Because sometimes, we don't need all the isomorphism complicated-ness...
  • And not all of us run servers with node.js (apache *cough *cough)
  • Good starter if you just want to learn ReactJS
  • Setting up projects is always a pain. Just clone and go.

Extra Stuff

I know its supposed to be a minimal setup but I feel that these extras are so basic it needs to be part of the minimal template. If you don't want them, take them out of package.json or don't use them.

Compatibility

sorry, fetch doesn't work with IE11 without a promise polyfill. Since I'm trying to keep everything to a minimum, I'm not including it. In the future, I might switch to using axios instead.

About

template project for non-isomorphic ReactJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published