Skip to content

felipeog/frontend-mentor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor

Defining workspaces:

npm init -y -w ./apps/app-name

Running commands in the context of workspaces:

npm i -w apps/app-name
npm start -w apps/app-name
npm run dev -w apps/app-name