Get Started with Coding

Welcome to the learn to code series! We’re so glad you decided to start this journey. Soon, you’ll be an amazing coder and we’ll guide you every step of the way. First things first, You’ll need a computer not running chromeOS. Once that is done, pick out an IDE. I personally reccoment Visual Studio Codek at the moment. To install it, go to https://code.visualstudio.com/download. Perfect! Now I would reccomend mking a folder in your user directory for your projects. I call mine “dev” for easy terminal access. Now, install Node.js. This is how you will run javascript files. You can do that here https://nodejs.org/en. Great! You’re all done. Create a foler for your next project, and start coding your first HTML project here