This project is my first stab at a React app, bootstrapped with Create React App. It is under very heavy development.
Since this is created with Create-React-App, all you need to do is:
- Clone this repository
- Install the dependencies:
$ cd bee-spelled
$ npm install
- Start the development server:
$ npm run start