1.0.5 • Published 4 years ago
esbuild-boilerplate v1.0.5
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.