Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 525 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 525 Bytes

React-SSR-boilerplate

a SSR poilerplate for react functional with hooks ( react version +16.8 ,jss , webpack , express )

features added

  • ssr provider supporting
  • hot reloading
  • jss support

step 1

git clone https://github.com/iran-react-community/React-SSR-boilerplate.git

step 2

yarn install  && yarn global add webpack

step 3

run production environment

yarn build:prod && yarn start:prod

or you can use it as development environment

yarn build:dev