Skip to content

Set up a development environment on Ubuntu for JavaScript/TypeScript.

Notifications You must be signed in to change notification settings

LilianDCode/js-ts-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript/TypeScript Development Setup

This project provides a script to set up a development environment on Ubuntu for JavaScript/TypeScript. It supports multiple versions of Ubuntu and allows you to install a variety of tools interactively or in CI mode.

Compatibility

Ubuntu Version Status
Ubuntu 24.04 Ubuntu 24.04
Ubuntu 22.04 Ubuntu 22.04
Ubuntu 20.04 Ubuntu 20.04

Usage

Run the setup script with a single command:

curl -fsSL https://raw.githubusercontent.com/LilianDCode/js-ts-setup/main/setup.sh | sudo bash

Tools Included

Tool Description
Node.js JavaScript runtime built on Chrome's V8 JavaScript engine.
npm Package manager for Node.js.
TypeScript Typed superset of JavaScript that compiles to plain JavaScript.

VSCode extensions

In addition to the tools mentioned above, there are several Visual Studio Code extensions that can enhance your development experience. Here are some of the most useful ones:

Extension Description
ESLint Integrates ESLint into VS Code.
Prettier Code formatter using prettier.
JavaScript Snippets Code snippets for JavaScript.
npm Intellisense IntelliSense for npm modules.
Path Intellisense IntelliSense for file paths.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Set up a development environment on Ubuntu for JavaScript/TypeScript.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages