YerkoPalma / micro-svelte

Simple template for building full stack apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

micro-svelte

js-standard-style

Simple template for building full stack apps.

The stack

Usage

To use it clone the repo and delete de .git folder, or better yet, use degit:

npx degit YerkoPalma/micro-svelte my-app
cd my-app
npm install

The commands

There are availaible the following commands:

  • start: Start the app in production mode.
  • dev: Start for development.
  • build: Build the app for releasing.
  • test: Check standard, dependencies with depcheck and run tests.
  • link: Fix lint issues with standard --fix.

License

MIT

About

Simple template for building full stack apps.

License:Other


Languages

Language:JavaScript 56.9%Language:HTML 29.9%Language:CSS 13.2%