Skip to content

Instantly share code, notes, and snippets.

View MiguelCamilo's full-sized avatar
💻
Building

Miguel C. MiguelCamilo

💻
Building
View GitHub Profile
@jsohndata
jsohndata / bookmarks.md
Last active May 20, 2023 22:27
Resource Bookmarks for Software Engineers, Designers, and Developers.
from root directory:
mkdir 'name-app'
cd into 'name-app'
npm init -y
npm install lite-server --save-dev
npm install -g typescript -OR- npm install typescript --save-dev
npm i
npx tsc --init
code .