MASIGNCLEAN104

How to setup Node.js development environment on Windows 10 system

iklan banner

If you’ve decided to larn the hottest tech theme these days ‘Node.js’ as well as y'all are a Windows user, as well as hence y'all induce got landed at the correct place. If y'all are but starting, y'all powerfulness come across a lot of people are using a Mac or Linux for Node.js development. Probably your course of report teacher is doing that too. But perhaps y'all desire to piece of work on Windows itself. Many people switch platforms when it comes to evolution – but why switch when Windows is fully capable of getting y'all started amongst whatsoever development. This post service is all almost setting upwards a proficient Node.js evolution environs on a Windows machine.

Setup Node.js evolution environs on Windows

Our mission inwards this post service is to setup your reckoner for evolution hence that y'all tin start coding correct away. These are a few things nosotros volition install on your computer:

  • Node.js itself
  • Git
  • A modern code editor
  • MongoDB (Optional)

So, let’s outflow correct inwards as well as acquire started amongst it.

Node.js

A picayune chip almost Node.js, it is a beautifully written cross-platform opened upwards rootage JavaScript runtime environs built on the Google's Chrome’s V8 JavaScript engine. Node.js basically lets y'all code application inwards JavaScript as well as run them on the backend on a server. When I said ‘cross-platform’, I actually hateful it. You tin install Node.js on Windows as well as fifty-fifty deploy applications. Download Node.js from the official website. Since y'all are but starting to learn, it is recommended to download the LTS (Long Term Support) variant. The electrical current latest LTS version available at the fourth dimension of writing this post service is 6.11.0.

Once you’ve downloaded, run the installer, as well as y'all need non brand whatsoever changes as well as but hitting ‘Next’ on all the steps. Node.js setup comes built inwards amongst the Node Package Manager which is required to download as well as install 3rd political party modules. You volition honor yourself using NPM rattling often. So, create non alter this setting patch installing Node.js on your computer. Also, the setup automatically modifies the PATH variables hence that y'all tin run npm commands from the CMD. So, if y'all desire to modify whatsoever of these settings acquire for Custom Setup; else I would recommend Express installation.

ve decided to larn the hottest tech theme these days  How to setup Node.js evolution environs on Windows 10 system

Once installed, search for ‘Node.js command prompt’ inwards the start carte du jour as well as hitting locomote into to run the console. This CMD window is everything to y'all for your Node.js career. This window has been initialized for using Node.js as well as NPM hence that y'all tin run your commands from this window. To verify, but run ‘npm –v’ to come across the version of NPM installed on your computer. If y'all are next a Node.js tutorial elsewhere, y'all tin run all the commands mentioned inwards that tutorial from this window here.

Git

Git is the most widely used as well as industry-specific version command system. You volition larn almost version command systems shortly if y'all don’t know them already. Download Git for Windows here. Git volition aid y'all a lot inwards managing code for larger projects. Git is rattling tardily to larn as well as acquire started. H5N1 short challenge-based guide is available online that tin acquire y'all started amongst Git.

Once you’ve run the installer, y'all may confront a few steps where y'all volition non hold out aware of your actions. There is this 1 footstep I would similar to discuss. The footstep which says ‘Adjusting your PATH variable’ is 1 of import step. Here y'all need to select how volition y'all similar to utilization Git on your computer.

I ever acquire for the minute selection ‘Use Git from Command Prompt’. Selecting this selection volition brand the Git commands available inwards Node.js command prompt every bit good every bit inwards Git Bash. Git Bash is roughly other command work tool included amongst Git; y'all tin utilization it for evolution purpose or maintain using the command prompt. Do non worry almost residuum of the steps, but maintain hitting ‘Next’ on the installer. Explaining these steps is beyond the ambit of this post, but y'all tin search for Git installation on the Internet.

ve decided to larn the hottest tech theme these days  How to setup Node.js evolution environs on Windows 10 system

Once the installation is complete, y'all tin opened upwards a command prompt window as well as type inwards ‘git –version’ to verify that y'all induce got Git installed.

Code Editor

Choosing a code editor tin hold out a challenging chore when y'all induce got hence many options out there. You tin conduct something betwixt a full-fledged IDE similar WebStorm or a code editor similar Brackets. Here are few recommendations:

  • WebStrom: The most powerful JavaScript IDE used yesteryear professionals. It is a paid tool, as well as I would recommend y'all to acquire started amongst a complimentary 1 as well as afterward brand an investment every bit y'all advance your career.
  • Visual Studio Code: If y'all are already familiar amongst Visual Studio acquire for it. VS Code is a complimentary open-source code editor brought to y'all yesteryear Microsoft. The plan comes amongst a built-in debugger as well as syntax highlighting for diverse languages. Not but Node.js, y'all tin code inwards a lot of other languages.
  • Brackets: It is a powerful opened upwards rootage code editor available for all the platforms. It supports syntax highlighting inwards a ton of languages. And it comes amongst this groovy extension manager that lets y'all add together to a greater extent than functionality as well as features to the tool. I personally utilization this tool, as well as I similar features such every bit automatic spider web page refresh, extensions, as well as the keyboard shortcuts. Also, it adds an selection to your right-click carte du jour hence that y'all tin straight opened upwards projection folders inwards Brackets.

ve decided to larn the hottest tech theme these days  How to setup Node.js evolution environs on Windows 10 system

These were but my recommendations; y'all are complimentary to conduct whatsoever IDE or editor. You tin fifty-fifty write code inwards a unproblematic Notepad if y'all are brave enough.

MongoDB

This is an optional step. MongoDB is a cross-platform document based database program. It is used inwards house of SQL inwards traditional Node.js CRUD applications. You tin utilization SQL if y'all desire but since MongoDB is widely accepted amongst Node.js, we’ve covered it here. You need to download MongoDB Community Server from here. Optionally y'all tin install MongoDB Compass, a GUI tool to browse through your database. Once downloaded as well as installed, acquire to the MongoDB installation straight as well as navigate to the bin folder. The address may hold back something similar this:

C:\Program Files\MongoDB\Server\3.4\bin

Now run ‘mongod.exe’ to start your MongoDB server. And run ‘mongo.exe’ to interact amongst the server through the command work or utilization Compass if y'all prefer GUI. You tin fifty-fifty add together this directory to PATH variable to straight run mongod as well as mongo from the command line. You tin larn hither almost changing your System Environment Variables Path.

That's it! You are laid upwards to code your outset Node.js application. You induce got the correct tools as well as environs setup for development.


Source: https://www.thewindowsclub.com/
Share This :