Skip to content

nullptru/react-boilerplate-ssr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

React Boilerplate SSR

Universal React v16.0 boilerplate

Getting Started

Client Side Development

cd client
yarn install
yarn dev

Navigate to http://localhost:8080

Server Side Development

cd client
yarn install
yarn run dev:server

cd server
yarn install
yarn watch

Navigate to http://localhost:3000

For the pure client side version, please visit react-boilerplate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.4%
  • CSS 9.3%
  • HTML 3.3%