-
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 thengit push -
Run
npm install
-
Notifications
You must be signed in to change notification settings - Fork 0
manuelffernandez/calc-react
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
simple calculator made with react and mathjs lib
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published