50x faster builds with esbuild, production build within 200ms instead of 10s
Enjoy this:
Instead of this:
Simple angular-cli example, using ngc-esbuild to achieve hyperfast builds.
Get started with a single command:
git clone [email protected]:marcellkiss/angular-esbuild-example.git && cd angular-esbuild-example && npm i && npx ngc-esbuild
(This project was generated with Angular CLI version 13.1.3.)
Get started with a single command:
git clone [email protected]:marcellkiss/angular-esbuild-example.git && cd angular-esbuild-example && npm i && npx ngc-esbuild
Or do it step by step:
- clone the project:
git clone [email protected]:marcellkiss/angular-esbuild-example.git
- enter the folder
cd angular-esbuild-example
- install the dependencies
npm i
- Run ngc-esbuild:
npx ngc-esbuild