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-project
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.