{"id":20766217,"url":"https://github.com/navono/component-lib-playground","last_synced_at":"2025-03-11T18:48:41.381Z","repository":{"id":74496107,"uuid":"95442316","full_name":"navono/component-lib-playground","owner":"navono","description":"This is a test project for component-lib.","archived":false,"fork":false,"pushed_at":"2017-06-26T12:34:50.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T03:36:24.064Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/navono.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-06-26T12:06:01.000Z","updated_at":"2017-06-26T12:06:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"4446f427-8ea8-462a-99cc-28328894913e","html_url":"https://github.com/navono/component-lib-playground","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/navono%2Fcomponent-lib-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fcomponent-lib-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fcomponent-lib-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fcomponent-lib-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navono","download_url":"https://codeload.github.com/navono/component-lib-playground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243093969,"owners_count":20235469,"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-11-17T11:22:03.201Z","updated_at":"2025-03-11T18:48:41.361Z","avatar_url":"https://github.com/navono.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Component Library Playground\n_for [Heroku](https://www.heroku.com/) deployment_\n\n### OVERIVEW\nThis is a playground for experimenting with a component library. This is intended to provide:\n\n* a small app to experiment with a component library locally.\n* a lightweight webpack config (for development and production)\n* some helpful tooling for development workflow\n* a similar setup to what you'll see in the wild\n* Heroku-ready deployment setup\n\n_*NOTE:* This app is based on my [React + Node Starter](https://github.com/alanbsmith/react-node-example)._\n\n### UP \u0026 RUNNING\n* Install dependencies\n`$ npm install` or `$ yarn`\n\n* Fire up a development server:\n* `$ npm run dev`\n\nOnce the server is running, you can visit `http://localhost:8080/`\n\n### Linting\n_This assumes you have eslint and eslint-watch installed. If you don't, run the following:_\n```\n$ npm i -g eslint eslint-watch\n```\nor if you need permissions:\n```\n$ sudo npm i -g eslint eslint-watch\n```\n\nTo run the linter once:\n```\n$ npm run lint\n```\n\nTo run the watch task:\n```\n$ npm run lint:watch\n```\n\n### Testing\n\nTo run the tests:\n```\n$ npm test\n```\n\n### Production Build\n\nTo build your production assets and run the server:\n```\n$ npm start\n```\n\n### DEPLOYING TO HEROKU\nThis app is set up for deployment to Heroku!\n\n_This assumes you have already have a Heroku account and have the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) installed_\n```\n$ heroku login\n$ heroku create -a name-of-your-app\n$ git push heroku master\n$ heroku open\n```\n\nHeroku will follow the `build` command in your `package.json` and compile assets with `webpack.prod.config.js`. It runs the Express web server in `server.js`.\n\nIf you're unfamiliar with Heroku deployment (or just need a refresher), they have a really great walkthrough [here](https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavono%2Fcomponent-lib-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavono%2Fcomponent-lib-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavono%2Fcomponent-lib-playground/lists"}