Which tools i use for web development | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Which tools i use for web development

17th Nov 2019, 9:52 AM
Sagar Palve
Sagar Palve - avatar
9 Answers
17th Nov 2019, 10:45 AM
ROHIT KANOJIYA
ROHIT KANOJIYA - avatar
+ 8
Editor : Visual Studio Code Install 'Live Server' extension in it. Learn Sass. Helps in CSS Your Preferred Browser. I recommend VSCode as it is preferably meant for web development. Atom is also good, but too slow, TBH.
17th Nov 2019, 10:15 AM
anon
+ 5
Check this code. You can get all things related to web development at a single place. https://code.sololearn.com/WDPflfKKTwVK/?ref=app
18th Nov 2019, 12:23 PM
A͢J
A͢J - avatar
+ 4
Visual studio code
17th Nov 2019, 2:35 PM
Gouse Basha
Gouse Basha - avatar
+ 4
The three main tools are: - Command line: for automating scripts and running things like node, npm etc. - Text editor/ide: such as sublime/vs code/atom/notepad++ - Browser devtools:Chrome, Microsoft Edge, firefox; Remember to learn all the features such as keyboard shortcuts in your Editor and devtools.
18th Nov 2019, 6:00 PM
Logomonic Learning
Logomonic Learning - avatar
+ 2
Tysm
17th Nov 2019, 11:04 AM
Sagar Palve
Sagar Palve - avatar
+ 2
If you know the python then go for django and use bootstrap in your code to make it easier
18th Nov 2019, 12:59 AM
Saurabh Arya
Saurabh Arya - avatar
+ 2
Full Stack Web Development Tools To Use In 2019 1) CodeKit. 2) Backbone. 3) WebStorm. 4) CodePen. 5) Npm. 6) Grid Guide. 7) TypeScript. 8) Grunt. To Learn about these technologies one can enhance learning by joining IT Training Course. For more check out link: https://www.cetpainfotech.com/technolgy/it-course-training
19th Nov 2019, 6:41 AM
Kritesh Anand
Kritesh Anand - avatar
+ 1
It's depend on your wants and taste. You can use notepad++, it's cool, easy to use and multifunctional. VSCode, very popular ide, you can use it for a lot of languages with plugins and run your code with that. You will need lampp/xampp stack to run your server or npm, node if you want to work with node js. Etc. We can help if you give us more detail.
20th Nov 2019, 9:23 PM
roskogabor
roskogabor - avatar