Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 2.23 KB

README.md

File metadata and controls

43 lines (29 loc) · 2.23 KB

react-server-boilerplate

React server side rendering boilerplate

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install react-server-boilerplate --save

Dependencies

  • express: Fast, unopinionated, minimalist web framework
  • react: React is a JavaScript library for building user interfaces.
  • react-dom: React package for working with the DOM.

Dev Dependencies

License

MIT

Generated by package-json-to-readme