Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Create React App | 100,803 | 179,016 | 38,641 | a day ago | 134 | April 12, 2022 | 2,109 | mit | JavaScript | |
Set up a modern web app by running one command. | ||||||||||
Api Platform | 8,042 | a day ago | 37 | February 12, 2018 | 577 | mit | TypeScript | |||
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time. | ||||||||||
Webpack Encore | 2,170 | 1,762 | 78 | 2 months ago | 79 | July 10, 2023 | 219 | mit | JavaScript | |
A simple but powerful API for processing & compiling assets built around Webpack | ||||||||||
Symfony React Sandbox | 327 | 2 years ago | November 25, 2020 | 21 | mit | JavaScript | ||||
Example of integration with React and Webpack (Webpack Encore) for universal (isomorphic) React rendering, using Limenius/ReactBundle and Limenius/LiformBundle | ||||||||||
Demo | 264 | 3 days ago | 3 | mit | PHP | |||||
Demo app for the API Platform framework | ||||||||||
Kreta | 176 | 1 | 1 | 6 years ago | 27 | April 28, 2016 | 18 | mit | PHP | |
Modern project management solution | ||||||||||
Dunglasangularcsrfbundle | 151 | 11 | 2 | 3 years ago | 5 | May 06, 2019 | mit | PHP | ||
Automatic CSRF protection for JavaScript apps using a Symfony API | ||||||||||
Liformbundle | 132 | 3 | 20 | 3 months ago | 19 | October 06, 2020 | 7 | mit | PHP | |
Symfony Bundle to render Symfony Forms to JSON Schema | ||||||||||
Php Sf Flex Webpack Encore Vuejs | 115 | 2 years ago | 48 | mit | PHP | |||||
A simple app skeleton to try to make every components work together : symfony 5.* (latest stable at the date, but work with sf 4 and 3.3+ if you pull the right tag), symfony/flex, webpack-encore, vuejs 2.5.x, boostrap 4 sass | ||||||||||
Gatsbylius | 61 | 1 | 2 years ago | 8 | June 17, 2020 | 1 | mit | JavaScript | ||
Fastest PWA eCommerce solution. Joins us as contributor. |
The fastest Open Source storefront for Sylius.
Gatsbylius leverages Gatsby for building eCommerce PWA storefronts using React backed by a headless Sylius store. Gatsby + Sylius = 🚀, Try the demo.
Started with ❤️ 🍻 🔥 in Bthune #opengento
** Alpha software:** Gatsbylius is in active development, things will change but contributions are welcome.
This monorep contains:
gatsby-source-sylius
: This package create the graphql schema from a Sylius API.Check Gatsbylius/gatsbylius-starter to start a new gatby site with a Sylius backend.
If you need help we encourage you to search on the web first. It will help you discover the community around both project (Gatsby & Sylius). You might find additional resources for learning each library in-depth when you will be ready.
Useful resources:
You can also open
issues with the
tag "question"
and we will do our best to answer it. Of course, you can
browse answered questions
and try to help others by answering their opened questions.
If you need anything else, send an email to the team behind it! We can also take care of your project!
If you wish to contribute to the project, this part will describe how to get a local dev environment up and running.
We use Lerna and Yarn to manage a monorepo. It allows us to easily manage and publish our packages.
node --version
yarn --version
git clone [email protected]:<your-username>/Gatsbylius.git
cd Gatsbylius && yarn && yarn run bootstrap
MIT