Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardonicola/htmx-express
HTMX, Express and Tailwind study project
https://github.com/leonardonicola/htmx-express
Last synced: 28 days ago
JSON representation
HTMX, Express and Tailwind study project
- Host: GitHub
- URL: https://github.com/leonardonicola/htmx-express
- Owner: leonardonicola
- Created: 2023-07-26T18:33:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T20:43:25.000Z (over 1 year ago)
- Last Synced: 2023-07-26T21:46:44.791Z (over 1 year ago)
- Language: HTML
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTMXPRESS
## Stack utilizada
**Front-end:** HTMX, TailwindCSS
**Back-end:** Node, Express
## Rodando localmente
Clone o projeto
```bash
git clone https://github.com/leonardonicola/htmx-express
```Entre no diretório do projeto
```bash
cd htmx-express
```Instale as dependências
```bash
npm install
```Crie um arquivo .env com as variáveis necessárias presentes em .env.example
```bash
PORT=suaporta
```Inicie os servidores
```bash
npm start
```