Kinda like a mashup of Tinder and Instagram, but for cats — phase II will mash in Uber [this will be sort of hard to test without Uber operating in ATX right now, so phase II is up in the air /shrug
]
git clone git@github.com:chrisbodhi/mewment.git
from your command line?npm install
in the project's root directory.npm start
to build using Webpack and then serve up the content on port 3000.npm install -g webpack-dev-server
] and Mocha [npm install -g mocha
] globally.git clone git@github.com:chrisbodhi/mewment.git
from your command line? Or git clone chrisbodhi/mewment
if you're using Hub.npm install
in the project's root directory.npm test
to run the whole test suite once or npm run test:watch
to start watching the test directory.npm run dev
to start the Webpack dev server with bundle.js
file in the public
directory.npm install -g firebase-tools
].firebase login
and, um, login.npm deploy
and :tada:
This project is using React & Redux, along with a host of other tools standard to that ecosystem: Webpack, Babel for transpiling ES2015, & ESLint. Over time, I've found the following resources helpful: