Skip to content

anwrsydd/simple-calculator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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