In the terminal:
- move to the frontend or backend directory/folder with
cd .\directory\
- run
npm install
in frontend or backend directory - run
npm run dev
in the frontend and backend directory
Adrian Knight - @Ajknight121
In the terminal:
cd .\directory\
npm install
in frontend or backend directorynpm run dev
in the frontend and backend directoryAdrian Knight - @Ajknight121