https://github.com/jordandchappell/calculator-react
Have you ever thought to yourself "I want to see yet another calculator application?", No? Well tough luck.
https://github.com/jordandchappell/calculator-react
Last synced: 11 months ago
JSON representation
Have you ever thought to yourself "I want to see yet another calculator application?", No? Well tough luck.
- Host: GitHub
- URL: https://github.com/jordandchappell/calculator-react
- Owner: JordanDChappell
- License: mit
- Created: 2022-01-16T04:24:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T23:13:51.000Z (about 3 years ago)
- Last Synced: 2024-04-24T09:06:09.611Z (about 2 years ago)
- Language: JavaScript
- Size: 1.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Calculator
Have you ever thought to yourself "I want to see yet another calculator application?", No? Well tough luck.
Take a look through the most basic of applications and see the secrets unfold before your eyes.
### Structure
All code relevant files are in the `./codebase` directory by default, this is, in my opinion, a great way to separate config (`.vscode`, `.github`, `README.md`, etc) and code files.
### Quick Start
The following commands will get you up and running, ready to make changes to your new React application:
```
cd codebase
yarn install
yarn start
```
You'll be installing project dependencies using yarn, and running a simple script found in the `./codebase/package.json` file to start the Parcel bundler in `watch` mode, repackaging the app as source files are updated.