0.6.0 • Published 4 years ago

@cutting/afterafterjs v0.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Cutting Monorepo

Prerequisites

  1. Install Node.js from http://nodejs.org or from your favorite package manager. At least version 9.3 is required.

This is the main monorepo README. The monorepo contains the following packages:

  1. @cutting/devtools - Common webpack, jest and npm scripts
  2. @cutting/util - Any common functionality applicable to all packages can be found here.
  3. @cutting/use-shortcuts - Effortlessly create keyboard shortcust with this react hook.
  4. @cutting/react-typed-mousetrap - Declaratively manage shortcuts on react components.
  5. @cutting/component-library - Common react components that can be shared among all projects. This ensures consistency in both styling and functionality. The atomic design methodology will be used to add a logical grouping to the component structure.
  6. @cutting/connected-components - Redux is the defacto state management solution for react at this time of writing and any common redux functionality can be found here.
  7. @cutting/website - Frontend main site code for the cutting website

Each subpackage above can be deployed or imported as an npm package in isolation.

All packages have tests and most part from util have their own viewable demo webserver to display the current functionality.

Installation instructions

To check everything is working locally, run the following commands:

npm install
npm run start

When these commands have finished open a browser at http://localhost:3000

Run tests

A combination of the test runner jest and react-testing-library are used to unit test the code.

You will need to have perviously ran npm install before running:

npm test

This will run unit tests in every subpackage of the monorepo. Each subpackage has its own suite of tests that can be executed with the same command when executed in the subdirectory.

0.6.0

4 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago