* feat(core): standalone project configuration is default * chore(core): changes to e2e tests * fix(core): intuit projects when inside their directories when using project.json files * chore(core): e2e changes * fix(core): standalone configurations work with npm-project generator * chore(core): e2e tests should use standalone configurations * chore(core): e2e fixes per review

{{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}}