Cupcake
Order cupcakes. Write clean code. Eat your own dog food π§
An example implementation of thekarel/best-practices
First time setup
Install all dependencies:
yarnDevelopment
To start the UI and GraphQL server and store data in memory:
yarn devTo connect to a real MongoDB database:
MONGO_URL=mongodb://localhost:7017 yarn devA simple docker-compose.yml is provided. If you have Docker installed you can start a MongoDB instance on localhost:7017 and Mongo Express on http://localhost:4400/ with
docker-compose up