Abhishek-VG / oroz-aonoror

MIT License
2 stars 0 forks source link

Interview question links #16

Open Abhishek-VG opened 2 years ago

Abhishek-VG commented 2 years ago

HTML

CSS

Javascript

React

Abhishek-VG commented 2 years ago

SOFTWARES USED

UI

  1. VSCode for code editing
  2. Create-react-app boiler plate for React
  3. git (for code checkin)
  4. Chrome (javascript v8 engine)

Backend:

  1. Java
  2. NodeJs(Node is backend, but used to run react app, install libraries by npm install, wtc)

DB

  1. Mysql
  2. Mongodb

Other softwares

  1. gitlab for ticket management
Abhishek-VG commented 2 years ago

build process

build process How it happens? We do npm run build

it use to create build folder -> where compiled codes reside

npm pack this will generate .tgz file

this .tgz file will be taken my deployment team

all the above is automated in Jenkins, in CICD pipeline (Continues integration continues deployment)

They use