Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 661 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 661 Bytes

Boilerplate for React SSR

Special Features included
  • Server Side Rendering
  • Docker Container
  • Husky Integration
Installation
1. Clone the repository
2. npm i or npm ci or yarn install
Availaible Scripts
  1. Dev server

    npm run dev

  2. Prod build

    npm run prod

  3. Docker Local Container Only

    npm run docker:singleDev OR npm run docker:singleProd

  4. Docker Using mongodb Container

    npm run docker:multiDevUsingMongo OR docker:multiProdUsingMongo

  5. Start Server and Use SSR

    npm start

  6. BundleAnalyze and BundleVisualizer

    prod:analyze OR prod:visualize