Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
/ template Public archive

Simple template using photon framework

Notifications You must be signed in to change notification settings

photon-framework/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photon-app

Build with photon

This template is made to be used with the Photon Project Creator!

Commands

Bun is recommended to build this project.

(You could also use Node, then change bun in the scripts section of package.json to npm)

Install dependencies

bun install
npm install

Start the dev server

bun run dev
npm run dev

Build for distribution

bun run build
npm run build

Clean the dist directory

bun run clean
npm run clean