Art Project
This repository can be used to explore the example components or as a template for creating a new project. Follow the instructions below to install and run the project. Make sure that you have git and node.js installed.
git clone https://github.com/thebinarysearchtree/art-project.git art-project
cd art-project
npm install
npm start
open chrome at http://localhost:3000
Typing npm run watch
into the command-line will create an incremental build process that will watch for any changes that you make to the code.