Nx-Monorepo

0
0
0
CSS
public

NxBaitham

This project was generated using Nx.

🔎 Smart, Fast and Extensible Build System

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

v0.3.3[beta]