* cleanup(core): normalized usage of fs-extra and updated fs-extra * cleanup(misc): use fs over fs-extra when possible Co-authored-by: Jason Jean <jasonjean1993@gmail.com>

{{links}}
Nx CLI
{{what-is-nx}}
{{getting-started}}
Serving Application
- Run
nx serve myappto serve the newly generated application! - Run
nx test myappto test it. - Run
nx e2e myapp-e2eto run e2e tests for it.
{{resources}}