Cube Interview Assignment details can be found in ASSIGNMENT.md.
Please make sure your development env has met the following requirements before you start:
Dependency | Version |
---|---|
Node | >= v12.13.0 |
YARN | >= v1.22.19 |
$ git clone git@github.com:bigstack-oss/interview-assignment.git
$ yarn
$ yarn dev
Open browser with http://localhost:3001/
$ yarn lint
or
$ yarn lint:fix
MIT