/ts-react-express-starter

Starter app for a full-stack Purify TypeScript application with auth

Primary LanguageTypeScriptMIT LicenseMIT

TS React + Express Starter

Starter app for a full-stack TypeScript application with auth

Shared

  • Type checking (TypeScript)
  • Autoformatting (Prettier)
  • Linting (Eslint)
  • Dependencies kept up-to-date (Renovate)
  • FP best practices (Purify)

Front End

  • Rendering (React)
  • Client-side routing (React-router)
  • Bundling (Webpack)
  • Transpilation with progressive polyfilling (Babel)
  • E2E Testing (Cypress)
  • Styling (Tailwind, PostCSS, Autoprefixer, modern-modernize)
  • i18n - Languages + units + dates, Keyboard navigation, Screen readers (???)
  • PWA with Offline available (???)
  • Dark mode (???)

Back End

  • Serving (Express)
  • Persistent Storage (PostgreSQL)
  • Logging (Winston)
  • Auth - Sessions, SSO, Password recovery (???)
  • Security - HSTS, CSRF, CSP (???)

How to setup

  1. Create .env file in the root folder by example
  2. Change name and description in both package.json files