Перейти к файлу
Jacob Kirsch 5b0004abde
Merge pull request #11 from rschristian/refactor/migrate-to-vite
refactor: Migrate to Vite
2023-10-23 11:41:23 -04:00
.devcontainer refactor: Migrate to Vite 2023-07-28 22:32:17 -05:00
.vscode Initial commit 2022-10-24 18:58:39 +00:00
public refactor: Migrate to Vite 2023-07-28 22:32:17 -05:00
src chore: Sync with template now that we've readded learning resources 2023-08-11 20:03:03 -05:00
.gitignore refactor: Migrate to Vite 2023-07-28 22:32:17 -05:00
LICENSE Initial commit 2022-10-24 11:42:18 -06:00
README.md refactor: Migrate to Vite 2023-07-28 22:32:17 -05:00
index.html chore: Sync with template now that we've readded learning resources 2023-08-11 20:03:03 -05:00
jsconfig.json refactor: Migrate to Vite 2023-07-28 22:32:17 -05:00
package.json refactor: Migrate to Vite 2023-07-28 22:32:17 -05:00
vite.config.js refactor: Migrate to Vite 2023-07-28 22:32:17 -05:00

README.md

GitHub Codespaces ♥️ Preact

Try Preact in a codespace

Welcome to your shiny new Codespace running Preact! We've got everything fired up and running for you to explore Preact.

You've got a blank canvas to work on from a git perspective as well. There's a single initial commit with the what you're seeing right now - where you go from here is up to you!

Everything you do here is contained within this one codespace. There is no repository on GitHub yet. If and when youre ready you can click "Publish Branch" and well create your repository and push up your project. If you were just exploring then and have no further need for this code then you can simply delete your codespace and it's gone forever.

CLI Commands

# Install dependencies
npm install

# Start a development server at localhost:5173
npm run dev

# Create a production build
npm run build

# Preview your production build locally at localhost:5173
npm run preview