https://github.com/phartenfeller/webassembly-prime-factorization
https://github.com/phartenfeller/webassembly-prime-factorization
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phartenfeller/webassembly-prime-factorization
- Owner: phartenfeller
- Created: 2021-04-12T18:51:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T17:31:00.000Z (almost 3 years ago)
- Last Synced: 2025-02-27T02:57:27.801Z (11 months ago)
- Language: WebAssembly
- Size: 4.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```