Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 394 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 394 Bytes

Testing Bryntum Grid with Jest starter

This repository contains a simple Bryntum Grid React app for demonstrating how to test Bryntum components with Jest.

Getting Started

Install the neccessary dependencies with the following command:

npm install

Then start the app with the following command:

npm start

The development app will start at http://localhost:3000.