IN PROGRESS This recreational project is still under development.
A basic arithmetic calculator built with Svelte.
Powered by create-svelte
.
Install dependencies with npm install
or npm i
, then start a development server:
npm run develop
# or start the server and open the app in a new browser tab
npm run develop -- --open
To create a production version Svelte Calculator:
npm run build
You can preview the production build with npm run preview
.
To deploy, you may need to install & configure an adapter for your target environment.