Hey, friend! This is a simple white board app I wrote in react and (coming soon) redux.
Start the development server with this command:
npm start
Install the dependencies with this command:
npm install
Compile the code via webpack with this command:
npm run compile