javascriptframework.org, a leaderboard of top JavaScript frameworks.
Missing a JavaScript Framework here? Just fork the repo and add the provider with an index.md
file in the content/sites/<name>/
folder.
Make sure to follow the following rules:
- JavaScript Framework: Can be a full framework or library utility.
- Stick to the format: Fill out all the same fields as the other JavaScript frameworks in
content/sites
. - Short description: Keep all the details for the body text, keep the description for the overview page short and sweet.
Be sure that you have the latest node and npm installed, then clone this repository and run:
npm install
npm start
Then visit http://localhost:8000/ - Gatsby will automatically reload when changes occur.
To test a production build locally, do:
npm run build
npm run serve
To run a production build for deployment:
npm run build
javascriptframework.org is built and maintained by Cosmic, a headless CMS to manage content for JavaScript websites and apps.
javascriptframework.org is released under the MIT License. Please make sure you understand its implications and guarantees.