{"id":27195915,"url":"https://github.com/moisestech/svgenerate","last_synced_at":"2025-06-11T10:38:27.856Z","repository":{"id":68218309,"uuid":"54606948","full_name":"moisestech/SVGenerate","owner":"moisestech","description":"SVG Editor Canvas to JPEG Exporter written in ReactJS","archived":false,"fork":false,"pushed_at":"2016-03-24T11:07:22.000Z","size":233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T19:51:40.706Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moisestech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-24T02:00:05.000Z","updated_at":"2016-03-24T02:07:25.000Z","dependencies_parsed_at":"2023-02-23T04:15:19.742Z","dependency_job_id":null,"html_url":"https://github.com/moisestech/SVGenerate","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/moisestech%2FSVGenerate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2FSVGenerate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2FSVGenerate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2FSVGenerate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moisestech","download_url":"https://codeload.github.com/moisestech/SVGenerate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2FSVGenerate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259247286,"owners_count":22828220,"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":"2025-04-09T19:48:11.317Z","updated_at":"2025-06-11T10:38:27.842Z","avatar_url":"https://github.com/moisestech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Art404/boiler404/master/boiler404.png\" /\u003e\n\u003c/p\u003e\n\n# SVGenerate\n\n\nSVG Editor Canvas to JPEG Exporter written in ReactJS.\n\nWeb spack architecture is written in Isomorphic, React, ES6, Webpack based starter kit for quickly starting web app projects tailored for [art404](http://art404.com).\n\n\u003e Based off a fork of Richard Krawll's [react-starter](https://github.com/richardkall/react-starter)\n\n# Usage\n\n### Environment Variables\n\nVariable | Description\n:------- | :----------\nfirebase\\_url | Optional Firebase server to listen to, will get added to the `app` prop at the top level container.\n\n\n```bash\n$ npm install\n```\n\nStart development server:\n\n```bash\n$ npm run start:dev\n```\n\nStart with firebase:\n\n```bash\n$ npm run firebase_url=\"XXX\" start:dev\n```\n\nStart production server:\n\n```bash\n$ npm start\n```\n\nDEPLOY:\n\n```bash\n$ git push heroku master\n```\n\n# Features\n\n- Isomorphic server rendering for faster load times + seo benefits\n- Pre-render data-fetching\n- Mobile + Cookie detection as top-level props \n- SCSS + [bourbon](http://bourbon.io) framework\n- Redux developer tools + Hot Reloading \n- EZ Deploy to Heroku with `npm start`\n\n# Tech Stack\n\n- [x] [firebase](https://firebase.com/)\n- [x] [Babel](https://babeljs.io/)\n- [x] [ESLint](http://eslint.org/)\n- [x] [Express](http://expressjs.com/)\n- [x] [Mocha](https://mochajs.org/)\n- [x] [React](http://facebook.github.io/react/)\n- [x] [React Router](https://github.com/reactjs/react-router)\n- [x] [React Transform HMR](https://github.com/gaearon/react-transform-hmr)\n- [x] [Redux](http://redux.js.org/)\n- [x] [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension)\n- [x] [Webpack](https://webpack.github.io)\n\n# Structure\n\n```bash\n.\n├── client                    # Source code for client-side application\n│   ├── actions               # Redux action creators\n│   ├── components            # Presentational/dumb components\n│   ├── constants             # Global constants (action types etc.)\n│   ├── containers            # Stateful/smart components\n│   ├── reducers              # Redux reducers\n│   ├── routes                # Routes used by React Router (shared with server)\n│   ├── store                 # Redux store\n│   └── index.js              # Entry point for client-side application\n├── server                    # Source code for Express server\n│   ├── api                   # Mock API\n│   ├── middleware            # Server middleware\n│   ├── views                 # Server views (Jade templates)\n│   ├── index.js              # Entry point for server (with babel-register etc.)\n│   └── server.js             # Express server\n├── test                      # Test setup and helpers\n├── .babelrc                  # Babel configuration\n├── .eslintrc                 # ESLint configuration\n└── webpack.config.babel.js   # Webpack configuration\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisestech%2Fsvgenerate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoisestech%2Fsvgenerate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisestech%2Fsvgenerate/lists"}