0
How do I setup my desktop to begin a web development project?
Where to go, how to open files where to write my codes and where to write them
5 Answers
+ 7
You need an IDE. As for files, HTML, CSS and JS are all text-based, so you can just create them and rename the file extension to what is used by the corresponding languages.
https://www.sololearn.com/Discuss/1829780/?ref=app
+ 3
For the beginning and for small projects you can simply use a text editor and test in your browser.
+ 3
You need to download a integrated development environment (ide) like atomâïž, visual studio code, bracket etc. After downloading any of the above listed IDEs install it like installing any ordinary software on you computer. After the installation open it like any ordinary software on your computer. In the welcome window select File > New > Project on the menu bar. You can also click the New Project button on the toolbar, or press Ctrl+Shift+N.
+ 1
Thanks
+ 1
Yo idk if you're ready for laravel yet which is a php framework but for an awesome experience with mysql and a local server built in check out laragon its very useful
https://laragon.org/