gb-lux/apps/front
2024-01-31 13:39:46 +08:00
..
src env: deploy script & minor ui changes 2024-01-31 13:39:46 +08:00
static ui: Map display with location of devices 2024-01-28 15:43:54 +08:00
.env.example env: deploy script & minor ui changes 2024-01-31 13:39:46 +08:00
.eslintignore feat: add "apps/front" with basic dashboard mockup 2024-01-26 08:12:48 +08:00
.eslintrc.cjs feat: add "apps/front" with basic dashboard mockup 2024-01-26 08:12:48 +08:00
.gitignore feat: add "apps/front" with basic dashboard mockup 2024-01-26 08:12:48 +08:00
.npmrc feat: add "apps/front" with basic dashboard mockup 2024-01-26 08:12:48 +08:00
.prettierignore feat: add "apps/front" with basic dashboard mockup 2024-01-26 08:12:48 +08:00
.prettierrc feat: add "apps/front" with basic dashboard mockup 2024-01-26 08:12:48 +08:00
Makefile env: deploy script & minor ui changes 2024-01-31 13:39:46 +08:00
package.json env: deploy script & minor ui changes 2024-01-31 13:39:46 +08:00
pnpm-lock.yaml env: deploy script & minor ui changes 2024-01-31 13:39:46 +08:00
postcss.config.js feat: add "apps/front" with basic dashboard mockup 2024-01-26 08:12:48 +08:00
prod.compose.yml env: deploy script & minor ui changes 2024-01-31 13:39:46 +08:00
prod.deploy.files.txt env: deploy script & minor ui changes 2024-01-31 13:39:46 +08:00
README.md feat: add "apps/front" with basic dashboard mockup 2024-01-26 08:12:48 +08:00
svelte.config.js env: deploy script & minor ui changes 2024-01-31 13:39:46 +08:00
tailwind.config.js ui: Table under map with status of devices, last time updated 2024-01-28 16:22:37 +08:00
tsconfig.json feat: add "apps/front" with basic dashboard mockup 2024-01-26 08:12:48 +08:00
vite.config.ts feat: add "apps/front" with basic dashboard mockup 2024-01-26 08:12:48 +08:00

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.