Skip to content

manuelffernandez/calc-react

Repository files navigation

react-vite-template

Last update 22/11/2022

Instructions

  • Checkout the last commit on the branch main

  • Download and extract the ZIP

  • Extract the files

  • Open a console (Git Bash, Command Prompt, etc) and move to the correspondig directory. Init the repo with git init

  • Add the remote of your new project with git remote add origin <remote_url>

  • Push the changes with git push --set-upstream origin main

  • Commit and push the changes. Run git commit -m "Initialize project" and then git push

  • Run npm install

About

simple calculator made with react and mathjs lib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published