https://github.com/baltasargd/app-full-stack-node-express-react
Proyecto Frontend-Backend
https://github.com/baltasargd/app-full-stack-node-express-react
Last synced: 5 months ago
JSON representation
Proyecto Frontend-Backend
- Host: GitHub
- URL: https://github.com/baltasargd/app-full-stack-node-express-react
- Owner: BALTASARGD
- Created: 2025-06-27T09:16:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-27T17:27:28.000Z (about 1 year ago)
- Last Synced: 2025-08-13T00:45:11.626Z (11 months ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-react-tailwind-template
To install dependencies:
```bash
bun install
```
To start a development server:
```bash
bun dev
```
To run for production:
```bash
bun start
```
This project was created using `bun init` in bun v1.2.17. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.