Below mentioned are some useful tips and tools for making web development easier
Sublime text3: Recommended file editor tool for web developers
Browser Sync: Very useful tool to sync our localhost with file editors
Install nodejs
npm install -g browser-sync
After installation, go to project folder and type,
browser-sync start - server - files "**/*"
This command starts BrowserSync with a local server and watches all files for changes
Recommended sites
- https://git-scm.com/book/en/v2: Git tutorials
- w3.org: Html tutorials
- Caniuse.com: checks which browser supports the html resources like sourceset etc
- validator.w3.org — Used for
- W3schools.com/browsers/: Tells which browser is trending now
Writing clean codes
- https://github.com/labs42io/clean-code-typescript
- https://drive.google.com/file/d/1uV9i3vphVc-BgXuqA4A_JPYHy5j-oLkP/view?usp=sharing
Wireframing tool: https://balsamiq.com/