Member-only story
How to set up your javascript development environment (PART 1)
Building a javascript development environment from scratch can be overwhelming, but with a custom template, you can save you and your teams’ precious time.
Regardless of your stack or role, client or server-side. We are going to be building a powerful and interactive javascript environment that enables you to kickstart your project in no time.
Before, we begin, the project repository can be found here.
To build a robust javascript development environment, we shall be considering a lot of things which I have divided under subtopics as below:
- Editors and Environments
- Package Management
- Development Web Server
- Automation
- Transpiling
- Bundling
- Linting
- Testing and Configuration
- Http Calls
- Project Structure
- Production Build
- Production Deploy
- Editors and Environments
For several reasons, choosing a code editor can be a subject of debate among engineers.
However, regardless of your preference, the following code editors are still good choices to pick from.