This project has an initial aim to fulfill the BNSP competency certification (programmer occupation). Feel free to use this project to practice object-oriented programming (OOP) using JavaScript and reactivity in Svelte 5.
Let's prepare our workspace(s)!
# clone this repository
git pull https://github.com/TegarAditya/calculator-app-svelte.git
# navigate to project directory
cd calculator-app-svelte
Once you've cloned and moved to the project's repository folder, you'll start running a few steps including package installation and running dev commands.
# install package
pnpm install
# start the dev server
pnpm dev
To create a production version of your app:
pnpm build
You can preview the production build with pnpm preview
.
To deploy your app, you may need to install an adapter for your target environment.