Skip to content

phoexer/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vite Calculator

A simple calculator application made to test out Vite.js. This Repo is part of a series of articles and videos on djangsters.de.

Article

You can find the article here.

Videos:

There are two Teapot Tech Talks, where we go through the code and explain the different parts of the application.

Getting Started

After cloning the repository, run the following command to install the dependencies:

yarn install

Then from there you can run the following command to start the development server:

yarn dev

Building

To build the application, run the following command:

yarn build

Linting and Testing

The application uses StandardJS for linting and Vitest for testing. To run the linter, run the following command:

yarn lint

and for testing

yarn test

Storybook

It comes with Storybook for component development. To run the storybook, run the following command:

yarn storybook

About

A simple calculator made while testing Vite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors