An open API service indexing awesome lists of open source software.

https://github.com/phartenfeller/webassembly-prime-factorization


https://github.com/phartenfeller/webassembly-prime-factorization

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Svelte Tailwind Template

This is a project template for [Svelte](https://svelte.dev) apps with [TailwindCSS](https://tailwindcss.com/).

## Includes

- Svelte
- TailwindCSS
- ESLint
- Prettier

## Get started

Install the dependencies:

```bash
npm install
or
yarn
```

Start coding:

```bash
npm run dev
or
yarn dev
```

Navigate to [localhost:5000](http://localhost:5000) and change the site.

## Building and running in production mode

To create an optimised version of the app:

```bash
npm run build
or
yarn build
```