esbuild-boilerplate
v1.0.5
Published
Boilerplate app using esbuild and eslint.
Downloads
26
Maintainers
Readme
esbuild-boilerplate
Simple application using esbuild and eslint with airbnb style.
To create a new project with this app, use the following command:
npx esbuild-boilerplate my-projectCommands
| command | description |
|---|---|
| npm run dev | Run local server |
| npm run build | Generate build |
| npm run lint | Lint src files |
| npm run lint:fix | Fix lint issues in src files |
Thanks to Leopold-V that wrote this article.
