Improvement your Tool Box

A way to be a JS/TS frontend developer

Development Environment

Java Script and Type Script

 

nvm

https://github.com/nvm-sh/nvm

❯ nvm -v
❯ nvm -h
❯ nvm ls-remote
❯ nvm install 16.13.2
❯ nvm use 16.13.2    
❯ nvm list

Node and npm

https://nodejs.org/

https://www.npmjs.com/

yarn

DEMO

React JS

https://reactjs.org/

❯ npx create-react-app my-app
❯ cd my-app
❯ npm start

Angular

https://reactjs.org/

❯ npm install - g @angular/cli

❯ ng new my-app
❯ cd my-app

❯ ng serve --open

Vue JS

https://vuejs.org/

❯ npm install -g @vue/cli

❯ vue create my-app
❯ cd my-app

❯ vue-cli-service serve

❯ vue ui

Next.js 

https://nextjs.org/

❯ npx create-next-app my-app
❯ cd my-app

❯ npm run dev

React Native

https://expo.dev/

❯ npm install --global expo-cli

❯ expo init my-app
❯ cd my-app

❯ expo start

Electron

https://www.electronjs.org/

❯ git clone https://github.com/electron/electron-quick-start

❯ cd electron-quick-start

❯ npm install

❯ npm start

Done

github.com/johnidm

johni.douglas.marangon@gmail.com

Improvement your Tool Box - A way to be JS/TS frontend developer.

By Johni Douglas Marangon

Improvement your Tool Box - A way to be JS/TS frontend developer.

  • 126