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