leftdevel / operations

A minimalist app for exercising basic math operation, built with React + RecoilJS + Parcel bundler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

operations

Empty project.

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

Running

Open the file dist/index.html in your browser

Testing

To run unit tests:

npm test

Credits

Made with createapp.dev

About

A minimalist app for exercising basic math operation, built with React + RecoilJS + Parcel bundler.


Languages

Language:JavaScript 78.5%Language:Less 20.6%Language:HTML 0.8%Language:CSS 0.1%