vmptk / nx-nextjs

using Next.js with Nx (Extensible Dev Tools for Mono-repository)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NxNextjs

Goal

  • check how the Next.js works with Nx

Documentation

Links

Development tip

  • to make my life easier I have the current node_modules from the project mapped to the PATH env variable, that enables me to run the command nx directly, if you don't have if you must use the short cut mapped on the package.json, using it like npm run nx ... or it's also possible to use like npx nx ... (the npx will look into the local installed packages ./node_modules/ and on the global installed packages)

    • ./node_modules/.bin

Known issues on MacOS

About

using Next.js with Nx (Extensible Dev Tools for Mono-repository)


Languages

Language:TypeScript 62.1%Language:SCSS 18.7%Language:JavaScript 17.8%Language:HTML 1.3%