1.0.2 • Published 6 years ago

react-ssr-app v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

React SSR

React Server-Side Rendering boilerplate for building universal apps.

Installation

for npm@5.2.0 or above npx react-ssr-app rssr-app for other npm versions npm install --global react-ssr-app react-ssr-app rssr-app

  • change directory cd rssr-app
  • run dev mode npm start
  • open in browser http://localhost:3000

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments