Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awran5/esbuild-react-app-js-template
This is a JavaScript template for esbuild-create-react-app project
https://github.com/awran5/esbuild-react-app-js-template
esbuild eslint react
Last synced: 13 days ago
JSON representation
This is a JavaScript template for esbuild-create-react-app project
- Host: GitHub
- URL: https://github.com/awran5/esbuild-react-app-js-template
- Owner: awran5
- License: mit
- Created: 2021-06-26T22:35:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T09:34:38.000Z (about 2 years ago)
- Last Synced: 2024-10-12T10:07:22.069Z (27 days ago)
- Topics: esbuild, eslint, react
- Language: JavaScript
- Homepage:
- Size: 815 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# esbuild React Javascript Template
> This is a Javascript template for [esbuild create react app](https://github.com/awran5/esbuild-create-react-app) project.
## What is inside?
- [esbuild](https://esbuild.github.io/)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Husky](https://github.com/typicode/husky)
- [lint-staged](https://github.com/okonet/lint-staged)
- [live-server](https://github.com/tapio/live-server)## Update (06-11-2022)
- add: css module support [esbuild-css-modules-plugin](https://www.npmjs.com/package/esbuild-css-modules-plugin)
- add: sass/scss [esbuild-sass-plugin](https://www.npmjs.com/package/esbuild-sass-plugin)
- add: [PostCSS](https://github.com/postcss/postcss)
- add: [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env)
- add: [autoprefixer](https://github.com/postcss/autoprefixer)
- build: update React 18
- build: update dependencies
- refactor: rename `dist` folder to `build`
- refactor: rename `builder.js` folder to `builder.mjs`
- refactor: switch to npm instead of yarn### License
MIT © [awran5](https://github.com/awran5/)