//Nx-Monorepobyimran-baitham

Nx-Monorepo

0
0
0
CSS

NxBaitham

This project was generated using Nx.

🔎 Smart, Fast and Extensible Build Systemundefined

How create nx workspace

To create a workspace run:

npx create-nx-workspace

To check a workspace all List:

nx list

first install next.js in [package.json] to create next.js application

yarn add @nrwl/next

create next.js application in apps folder

nx g @nrwl/next:app

ask : ( What name would you like to use for the application? )
style : ( Which stylesheet format would you like to use? ) <css | scss | more choise your self>

To run your workspace:

nx run :serve

[beta]v0.20.0