/corgial

Primary LanguageJavaScript

Create-react-app + Parse (and redux)

Some React crap thrown at a wall till it sticks

Built with...

Getting started

Install dependencies

yarn

Run React app (thanks to react-scripts)

yarn start

Start Parse server in another terminal. (You'll need local MongoDB running, too)

yarn run api