Wilson Mendes
@willmendesneto
Google Developer Expert Web technologies
{ }
{ }
{ }
npx create-nx-workspace --preset=react
// Starting a NX project
// Cypress Tests in Watch Mode
npx nx serve todo
npx nx run todo:e2e --watch
// Starting `todo` App
// Create New Project
yarn affected:build --base=main
// Running affected only
// E2E Tests
yarn affected:test --base=main
yarn affected:e2e --base=main
// Unit Tests
// Build
Wilson Mendes
@willmendesneto
Google Developer Expert Web technologies