jannikbuschke / formik-antd-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

When cloning this repository include the --recursive flag. I.e.

git clone https://github.com/jannikbuschke/formik-antd-playground --recursive

In the root folder execute

npm install
npm run bootstrap
npm run watch
npm run start (in a second terminal)

Now edits in the module formik-antd and in app should live update on localhost:3000.

About