Some React crap thrown at a wall till it sticks
Built with...
create-react-app
- Redux for lovely data management
- React-Router ... for routing
- React-Router-Redux for syncing routes with store
- Redux DevTools Extension enabled for debugging
- ParseServer for backend + authentication system
- (Parse Dashboard included)
- Express for serving the ParseServer
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