Skip to content

TheAGIFoundation/performance-testing-SSR

 
 

Repository files navigation

Performance testing based on SSR

The repository consists the code for the project titled Performance testing based on SSR deployed on a blogging website.

Tech Stack

Project Setup

$ git clone https://github.com/Ritik-Sharma38/Demo-Blog-WDL.git
$ npm install
$ npm i typescript @types/node @types/react --save-dev
$ npm run dev

Results

To see the deployed, click on the prototype button below

Prototype

OR

If you have setup the project following the commands, open the localhost with your browser to see the result

File Structure

Public directory (static assets) The files in public directory are served as they are without being processed by Next.js and are directly accessible by anyone as raw source

Pages directory (source code) Files in the styles directory can be moved to pages

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.1%
  • CSS 42.9%