Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 397 Bytes

README.old.md

File metadata and controls

22 lines (16 loc) · 397 Bytes

react-voting-app-AKS

This is a voting application intended to be deployed on Azure AKS using helm chart

sudo install apt nodejs

updating node

sudo npm cache clean -f sudo npm install -g n sudo n stable

creating node app

npx create-react-app app

enter into the app

cd app

Install React bootstrap

npm install react-bootstrap npm install bootstrap

SCSS support

npm install node-sass