Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

VariateHQ/variate-react-demo

Repository files navigation

React Demo

Requirements

The AB Testing package is not published yet. To test it locally, make sure you installed it on your machine first by following the instructions there: https://github.com/foxted/AB-Package

Project setup

$ git clone [email protected]:foxted/variate-react-demo.git
$ npm install

Compiles and hot-reloads for development

$ npm run start

Compiles and minifies for production

$ npm run build

Run your tests

$ npm run test

Eject

$ npm run eject