Skip to content

stefanfrede/knowthen-counter

Repository files navigation

Counter Application

Functional Programming playground based on the KnowThen course Functional Programming For Beginners with JavaScript counter application.

Screenshot of the counter app

Install Dependencies

First, make sure you have npm (packaged with Node.js) installed, then run npm install to install the dependencies.

Run Application

$ npm start

Run Linters

$ npm run lint

Run Tests

$ npm test

Watch Tests

$ npm run test:watch

Build Application

$ npm run build

About

FP playground based on the knowthen counter application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published