Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frannlencina/fraintstudio

Fraint Studio plataforma para solicitar aplicaciones web a medida o poder comprar ya creadas.
https://github.com/frannlencina/fraintstudio

deno-fresh preact typescript

Last synced: 3 months ago
JSON representation

Fraint Studio plataforma para solicitar aplicaciones web a medida o poder comprar ya creadas.

Awesome Lists containing this project

README

        



The Fraint Studio repository


Created with love to share my projects and knowledge.




Preview

 ✦ 

Getting Started

 ✦ 

Commands

 ✦ 

License

 ✦ 

Linkedin

 ✦ 

Twitter

![Deno Badge](https://img.shields.io/badge/deno-000000?style=for-the-badge&logo=deno&logoColor=white)
![GitHub stars](https://img.shields.io/github/stars/frannlencina/FraintStudio)
![GitHub issues](https://img.shields.io/github/issues/frannlencina/FraintStudio)
![GitHub forks](https://img.shields.io/github/forks/frannlencina/FraintStudio)
![GitHub PRs](https://img.shields.io/github/issues-pr/frannlencina/FraintStudio)
![Tailwind CSS Badge](https://img.shields.io/badge/Tailwind%20CSS-06B6D4?logo=tailwindcss&logoColor=fff&style=flat)

## 🛠️ Stack

- [**Deno Fresh**](https://fresh.deno.dev/) - The next-gen web framework for building server-side rendering.
- [**Typescript**](https://www.typescriptlang.org/) - JavaScript with syntax for types.
- [**Tailwindcss**](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs.

## 🚀 Getting Started

1. [Fork](https://github.com/frannlencina/FraintStudio/fork) or clone this repository.

```bash
git clone [email protected]:frannlencina/FraintStudio.git
```

2. Install the dependencies:

- We use [deno](https://deno.com/) to run the project
```bash
# Install deno globally if you don't have it:
irm https://deno.land/install.ps1 | iex

3. Run the development server:

```bash
# Run with npm:
deno task start
```

4. Open [**http://localhost:8000**](http://localhost:8000/) with your browser to see the result 🚀

### 🤝 Contributing



## 🧞 Commands

| | Command | Action |
| :-- | :--------------- | :-------------------------------------------- |
| ⚙️ | `deno task start` | Starts local dev server at `localhost:8000`. |
| ⚙️ | `deno task build` | Build your production site to `./dist/`. |
| ⚙️ | `deno task preview` | Preview your build locally, before deploying. |

## 🔑 License

[MIT](#) - Created by [**Francisco Lencina**](https://franciscolencina.site).