Skip to content

tpresley/sygnal-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sygnal Calculator

A simple calculator implemented using the Sygnal framework with fully commented code

Installation

Clone the repository

git clone https://github.com/tpresley/sygnal-calculator.git

Or download it as a template using degit

npx degit tpresley/sygnal-calculator sygnal-calculator

Install dependencies

cd sygnal-calculator
npm install

Run a live dev server with hot reloading using Vite

npm run dev

Build a compiled and distributable version

npm run build

the compiled version will be in the 'dist' folder

To serve the compiled site locally

npm run preview

Or copy the contents of the dist folder to the web server of your choice

Happy Hacking!

About

Simple calculator app implemented in Sygnal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published