ctappy / react-backpack

A starter kit for react with SSR, SCSS Modules and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Backpack

alt text

Includes

  • Server Side Rendering
  • CSS modules
  • SASS
  • Helmet
  • HMR (Hot Module Reloading)
  • React Transition Groups
  • PWA
  • Compression
  • Demo login setup with local storage
  • react hooks

Run

# Development
npm run dev
# Build Production
npm run build
# Run Production
npm run prod
# Run pm2
npm run pm2

About

A starter kit for react with SSR, SCSS Modules and more!

License:MIT License


Languages

Language:JavaScript 79.6%Language:CSS 20.4%