DEV Community

Arun Kumar G
Arun Kumar G

Posted on

Recommended tools before Web development learning

Install nodejs

https://nodejs.org/en/download/

  • will help u install lot of js modules to install eg: lite-server below

Setup lite server

https://www.npmjs.com/package/lite-server

  • tool to run your site from html/js/css from your folder locally
  • so a static file server
  • automatically reloads your site on file changes

Install git

https://git-scm.com/download/win

  • to maintain versions of your files, to keep track.
  • to clone and maintain repos or projects from your github account

Did I miss any other tools, please share whats your recommendations? or how did you get started ?

Top comments (0)