Skip to content

A website to generate long arithmetic problems for printing. It can also generate problem sets to help practice the basic steps of long addition and subtraction. All code is client side so this site can be hosted on any static hosting platform.

License

Notifications You must be signed in to change notification settings

DanCorder/LongArithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LongArithmetic Build Status

JavaScript based website to generate long arithmetic exercises for printing. Code is entirely client side so you can host this site anywhere that you can put up a static web page.

##Build

  • Run "npm install"
  • Run "npm run build"

The finished site is built to /dist

To build only parts of the code, or to just build and run the tests see the npm commands defined in package.json.

##Development Typescript type definitions are installed using Typings. You will need to install Typings globally to add new type definitions (you may need to use sudo):

npm install typings -g

##Using VS Code This project can built and debugged using VS Code. The build and test tasks have been configured to run the npm commands defined in package.json.

About

A website to generate long arithmetic problems for printing. It can also generate problem sets to help practice the basic steps of long addition and subtraction. All code is client side so this site can be hosted on any static hosting platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published