Skip to content

Commit

Permalink
Update files with new template info
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Aug 14, 2024
1 parent 0140d5c commit f02b997
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 112 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ When updating any dependencies, make sure we keep them in sync or conversion wil
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/python-pytorch/.codesandbox/icon.png" alt="Pytorch" width="16"/> [**Pytorch**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/python-pytorch) | This is a starter for Pytorch. PyTorch is a machine learning framework based on the Torch library, used for applications such as computer vision and natural language processing, originally developed by Meta AI and now part of the Linux Foundation umbrella. |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/qwik-vite/.codesandbox/icon.png" alt="Qwik (Vite)" width="16"/> [**Qwik (Vite)**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/qwik-vite) | This is a Basic App (QwikCity) starter project |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/react-farm-fe-ts/.codesandbox/icon.png" alt="React (Farm FE + TS)" width="16"/> [**React (Farm FE + TS)**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/react-farm-fe-ts) | React running with Farm |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/react-vite/.codesandbox/icon.png" alt="React (JS)" width="16"/> [**React (JS)**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/react-vite) | Quickest way to get started with a React application! Uses Vite on the server, and create-react-app in the browser. |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/react-rsbuild-ts/.codesandbox/icon.png" alt="React (Rsbuild + TS)" width="16"/> [**React (Rsbuild + TS)**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/react-rsbuild-ts) | React running with Rsbuild, the Rspack-based build tool |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/react-vite-ts/.codesandbox/icon.png" alt="React (Vite + TS)" width="16"/> [**React (Vite + TS)**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/react-vite-ts) | React running from the Vite dev server! |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/react-vite-ts/.codesandbox/icon.png" alt="React (TS)" width="16"/> [**React (TS)**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/react-vite-ts) | Quickest way to get started with a React application! Uses Vite on the server, and create-react-app in the browser. |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/react-chakra/.codesandbox/icon.png" alt="React + Chakra" width="16"/> [**React + Chakra**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/react-chakra) | React running on Vite with the Chakra component system integrated for styling |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/react-tailwind/.codesandbox/icon.png" alt="React + Tailwind" width="16"/> [**React + Tailwind**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/react-tailwind) | React running on Vite with Tailwind integrated for styling |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/react-native-expo/.codesandbox/icon.png" alt="React Native with Expo" width="16"/> [**React Native with Expo**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/react-native-expo) | Quickly get started with React Native using Expo in this starter! |
Expand All @@ -83,8 +84,9 @@ When updating any dependencies, make sure we keep them in sync or conversion wil
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/storybook-react/.codesandbox/icon.png" alt="Storybook (React)" width="16"/> [**Storybook (React)**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/storybook-react) | An example of running Storybook on CodeSandbox |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/sveltekit/.codesandbox/icon.png" alt="SvelteKit" width="16"/> [**SvelteKit**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/sveltekit) | The official Svelte Cloud Sandbox Template by the CodeSandbox team |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/python-tensorflow/.codesandbox/icon.png" alt="Tensorflow" width="16"/> [**Tensorflow**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/python-tensorflow) | This is a starter for Tensorflow and Keras. Tensorflow is an end-to-end machine learning and AI platform. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks. |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/vite-ts/.codesandbox/icon.png" alt="Vite + TypeScript" width="16"/> [**Vite + TypeScript**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/vite-ts) | Starter template for Vite + TypeScript |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/vue-vite/.codesandbox/icon.png" alt="Vue (Vite)" width="16"/> [**Vue (Vite)**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/vue-vite) | Vue 3 set up using Vite |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/vite-ts/.codesandbox/icon.png" alt="Vite (JS)" width="16"/> [**Vite (JS)**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/vite) | Starter template for Vite + JavaScript |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/vite-ts/.codesandbox/icon.png" alt="Vite (TS)" width="16"/> [**Vite (TS)**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/vite-ts) | Starter template for Vite + TypeScript |
| <img align="center" src="https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/vue-vite/.codesandbox/icon.png" alt="Vue" width="16"/> [**Vue**](https://codesandbox.io/s/github/codesandbox/sandbox-templates/tree/main/vue-vite) | Vue 3 set up using Vite |


<!--TEMPLATES_END-->
Loading

0 comments on commit f02b997

Please sign in to comment.