taismassaro / extensible-digital-garden

Digital garden setup with Nx, Next.js, TailwindCSS, MDX, Storybook and Cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extensible Digital Garden

This project was developed from @juristr's course on egghead.io

It uses Nx to setup a monorepo that holds a Next.js application, a React UI library with Storybook and TailwindCSS, markdown support with MDX and e2e tests with Cypress

Development server

Run npx nx serve for a dev server. Navigate to http://localhost:4200/.

Running unit tests

Run npx nx test to execute the unit tests via Jest.

Run npx nx affected:test to execute the unit tests affected by a change.

Running end-to-end tests

Run npx nx e2e to execute the end-to-end tests via Cypress.

Run nx affected:e2e to execute the end-to-end tests affected by a change.

Understand the workspace

Run npx nx dep-graph to see a diagram of the dependencies of your projects.

About

Digital garden setup with Nx, Next.js, TailwindCSS, MDX, Storybook and Cypress


Languages

Language:TypeScript 78.4%Language:JavaScript 16.8%Language:Shell 4.2%Language:CSS 0.6%