Quaaid: a single facebook group portal
- Clone this repo using
git clone --depth=1 https://github.com/TylerWardle/Quaaaid.git
- Run
npm run setup
to install dependencies and clean the git repo.
We auto-detectyarn
for installing packages by default, if you wish to forcenpm
usage do:USE_YARN=false npm run setup
At this point you can runnpm start
to see the example app athttp://localhost:3000
.
- Intro: What's included and why
- Commands: Getting the most out of this boilerplate
- Testing: How to work with the built-in test harness
- Styling: How to work with the CSS tooling
- Your app: Supercharging your app with Routing, Redux, simple asynchronicity helpers, etc.
This project is licensed under the MIT license, Copyright (c) 2016 Maximilian
Stoiber. For more information see LICENSE.md
.