About
Clone of flappy bird using the html5 canvas and ES6 JavaScript.
View Latest Build
Development Setup
Frontend
$ npm installin client directory of project.$ npm run buildin client directory to compile the source code as you make changes.$ open public/index.htmlOpen public/index.html in your browser (or just double click the file).- Optionally, serve index.html with
$ npm startin public folder. Requireshttp-server.
MONGODB INSTALLATION
brew unlink mongodb
brew install mongodb
#To Connect To MONGO DB database
mongod