Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniloab/esbuild-server-poc
esbuild poc
https://github.com/daniloab/esbuild-server-poc
Last synced: 28 days ago
JSON representation
esbuild poc
- Host: GitHub
- URL: https://github.com/daniloab/esbuild-server-poc
- Owner: daniloab
- Created: 2022-01-07T12:19:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T12:21:07.000Z (about 3 years ago)
- Last Synced: 2024-10-18T09:15:11.687Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esbuild poc
A simple esbuild proof of concept with html and server based on https://dev.to/marcinwosinek/how-to-add-source-map-to-the-esbuild-configuration-1jjh
## Commands
```bash
yarn build
``````bash
yarn start
```