{"id":15652884,"url":"https://github.com/jfeigel/mongo-react-koa-node-starter","last_synced_at":"2026-01-08T13:06:42.987Z","repository":{"id":39015583,"uuid":"249539360","full_name":"jfeigel/mongo-react-koa-node-starter","owner":"jfeigel","description":"Opinionated Starter Kit featuring MongoDB, React, Koa, and Node","archived":false,"fork":false,"pushed_at":"2022-12-13T19:38:44.000Z","size":6186,"stargazers_count":0,"open_issues_count":23,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T03:20:25.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jfeigel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-23T20:40:47.000Z","updated_at":"2020-03-23T21:30:23.000Z","dependencies_parsed_at":"2022-08-30T21:41:05.860Z","dependency_job_id":null,"html_url":"https://github.com/jfeigel/mongo-react-koa-node-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfeigel%2Fmongo-react-koa-node-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfeigel%2Fmongo-react-koa-node-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfeigel%2Fmongo-react-koa-node-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfeigel%2Fmongo-react-koa-node-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfeigel","download_url":"https://codeload.github.com/jfeigel/mongo-react-koa-node-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246263800,"owners_count":20749348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T12:44:09.152Z","updated_at":"2026-01-08T13:06:42.971Z","avatar_url":"https://github.com/jfeigel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n## Services\n\n### `yarn run mongo`\n\nStarts the MongoDB daemon process in a new screen.\n\n*Note:*\u003cbr/\u003e\nIf you wish to use a different folder to store the MongoDB data in, make sure this folder exists and add it as a option to the mongo script in the [package.json](package.json#L18) file.\n\ne.g.\u003cbr /\u003e\n```JSON\n  ...\n  \"mongo\": \"screen -dmS mrkn-mongodb bash -c 'mongod -dbpath=\u003cabsolute path to project folder\u003e/data\",\n  ...\n```\n\n### `yarn run redis`\n\nStarts the Redis server in a new screen.\n\n### `yarn run services`\n\nStart the MongoDB daemon process and the Redis server in new screens.\n\n## App\n\n### `yarn run server`\n\nRuns the server in development mode.\n\n### `yarn run web`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n### `yarn start`\n\nRuns the app and server at the same time using [concurrently](https://github.com/kimmobrunfeldt/concurrently).\n\n## Utilities\n\n### `yarn run lint`\n\nRuns eslint on all files.\u003cbr /\u003e\nSee the config files [.eslintrc](.eslintrc) and [.eslintignore](.eslintignore) for the configuration values and [eslint](https://eslint.org/) for more information.\n\n### `yarn test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `yarn eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n### `yarn run docs`\n\nBuild the documentation website with [JSDoc](https://jsdoc.app/).\u003cbr /\u003e\nSee the JSDoc config file [jsdoc.conf.json](jsdoc.conf.json) for more information.\n\n### `yarn run docs:server`\n\nStarts a Python SimpleHTTP server and serves the `docs` folder.\u003cbr /\u003e\nOpen [http://localhost:1337](http://localhost:1337) to view it in the browser.\n\n*Note:*\nYou must have Python installed on your system.\n\n### `yarn run docs:all`\n\nBuilds the documenation website and starts the Python SimpleHTTP server.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfeigel%2Fmongo-react-koa-node-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfeigel%2Fmongo-react-koa-node-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfeigel%2Fmongo-react-koa-node-starter/lists"}