Skip to content

hirowf/ng-rspack

 
 

Repository files navigation

Nx + Angular + Rspack

This is a demo of running Angular with Rspack and Nx. It uses an unreleased version of Rspack.

npm install

# Run with Webpack
nx serve
nx build

# Run with Rspack
nx serve-rs
nx build-rs

Benchmarks

Using hyperfine.

hyperfine --warmup 3 --min-runs 100 -n "Angular Devkit" "nx build --skip-nx-cache" -n "Rspack" "nx build-rs --skip-nx-cache"

About

Rspack demo with Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.7%
  • HTML 10.2%
  • JavaScript 2.1%