A "Simon Says" style memory game built with Node, Express, and React
Clone the repo to your local machine: git clone https://github.com/kevinmjacobs/kevinsays
- Install all package dependencies
npm install
- Build the webpack
npm run build
- Start the app
npm start
MIT