• Stars
    star
    273
  • Rank 145,115 (Top 3 %)
  • Language
    TypeScript
  • Created about 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Source Code for Web Frameworks Benchmark Website

Web Frameworks Benchmark

This is the repository of the Web Frameworks Benchmark Website. It's currently hosted on Netlify.

Source code for the benchmark itself: the-benchmarker/web-frameworks

Found a bug or have a suggestion/ feedback? Feel free to create a new issue


Contributing

  1. Fork this repository
  2. Clone the forked repository
  3. Install required dependencies
cd website
npm i
  1. Run dev server with hot reloading feature
npm run dev
  1. Make awesome changes and commit it
  2. Create a Pull Request

Built with React