How To Create A New Project In Adobe-brackets?
I've started using adobe-brackets for editing JavaScript, HTML and CSS. Currently I have the 'Getting Started' project open in my side bar. I would like to create a new project, bu
Solution 1:
Let's suppose you want your project to be in this location:
/Users/myName/Sites/mySite
To create a new project here you need just to do this:
- File -> Open Folder -> /Users/myName/Sites/mySite
Congrats, you've just created a new project! You will see the new project displayed on the top of the left menu.
Solution 2:
You have to install Brackets new project creator.
Post a Comment for "How To Create A New Project In Adobe-brackets?"