A collection of apps built with different frameworks using the same styles.
- Download the source code.
- Choose which app you want to run and go to its directory.
- The svelte app lives in
svelte-app
and the react app lives inreact-app
and the alpine app lives inalpine-app
. - You can run the svelte app by going into its directory and running the command
npm run dev
. Then open localhost:5000 to see it in action. - You can run the react app by going into its directory and running the command
npm start
. Then open localhost:3000 to see it in action. - You can run the alpine app by directly opening the
index.html
file. - You can run the elm app by directly opening the
index.html
file.
If you have an idea for an app you can raise an issue with the idea
label.
If you want to contribute to the code check the CONTRIBUTING guide.
- Website
- More Apps