+ 10
Which tools i use for web development
9 Antworten
+ 15
Best tools for Web Development
See the tools:
https://careerfoundry.com/en/blog/web-development/7-essential-tools-for-front-end-development/
+ 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.
+ 5
Check this code. You can get all things related to web development at a single place.
https://code.sololearn.com/WDPflfKKTwVK/?ref=app
+ 4
Visual studio code
+ 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.
+ 2
Tysm
+ 2
If you know the python then go for django and use bootstrap in your code to make it easier
+ 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
+ 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.