How do I setup my desktop to begin a web development project? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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

20th Jul 2021, 4:54 PM
Aime Iradukunda
Aime Iradukunda - avatar
5 Respuestas
+ 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
20th Jul 2021, 5:03 PM
Hatsy Rei
Hatsy Rei - avatar
+ 3
For the beginning and for small projects you can simply use a text editor and test in your browser.
20th Jul 2021, 5:19 PM
Lisa
Lisa - avatar
+ 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.
20th Jul 2021, 5:21 PM
Maxwell D. Dorliea
Maxwell D. Dorliea - avatar
+ 1
Thanks
21st Jul 2021, 9:15 AM
Aime Iradukunda
Aime Iradukunda - avatar
+ 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/
22nd Jul 2021, 4:31 PM
Mark.exe
Mark.exe - avatar