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

jancassio/ssr-react-boilerplate

Repository files navigation

SSR React Boilerplate

Yes, another SSR React boilerplate.

Known Vulnerabilities

Why?

This boilerplate was created to provide a minimal necessary structure to get quickly into a SSR application with React, TypeScript and Express.

Features like CSS modules or testing tools are not present in this boilerplate to allow more flexibility.

Goals

  • Easy to understand
  • Easy to increment
  • Lightweight
  • Strong typed
  • Organizated
  • Reusable
  • Pretty Formatted
  • Strong linting

Out of box features

  • ✔ SSR
  • ✔ Hot Reload
  • ✔ Routing

Setup

Install all dependencies with

npm install

Build and run for development:

npm run dev

Build for production:

npm run build

Run for production:

npm start

License

MIT