Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 247 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 247 Bytes

Simple Calculator App

Simple Calculator App using ReactJS and TailwindCSS

Install

npm install

Run

npm run build
npm install -g serve
serve -s build

or you can run the script using development mode:

npm start