{"id":24129545,"url":"https://github.com/luandro/intro-web-app","last_synced_at":"2026-06-15T09:31:49.621Z","repository":{"id":79813230,"uuid":"54887993","full_name":"luandro/intro-web-app","owner":"luandro","description":"Introdução a desenvolvimento de aplicativos para web","archived":false,"fork":false,"pushed_at":"2016-05-05T20:28:14.000Z","size":9575,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T05:18:35.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://edu.luandro.com","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/luandro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-28T11:33:36.000Z","updated_at":"2016-04-20T01:10:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"77d438cf-2415-4a8e-86ff-147827ccbd73","html_url":"https://github.com/luandro/intro-web-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luandro/intro-web-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fintro-web-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fintro-web-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fintro-web-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fintro-web-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luandro","download_url":"https://codeload.github.com/luandro/intro-web-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fintro-web-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34357281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-01-11T19:33:39.470Z","updated_at":"2026-06-15T09:31:49.589Z","avatar_url":"https://github.com/luandro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction to web app development\n\nCreated with [Spectacle](https://github.com/FormidableLabs/spectacle/blob/master/README.markdown).\n\n\n## Development\n\nAfter downloading the boilerplate, your first order of business is to open terminal and run `npm install`\n\nNext, run `rm -R .git` to remove the existing version control.\n\nThen, to start up the local server, run `npm start`\n\nOpen a browser and hit [http://localhost:3000](http://localhost:3000), and we are ready to roll\n\n### On Windows\n\nOn Windows you might get an error saying\n\n```\n'NODE_ENV' is not recognized as an internal or external command,\noperable program or batch file.\n```\n\nThus, modify the npm scripts in `package.json` to properly set the `NODE_ENV` environment variable:\n\n```json\n...\n\"scripts\": {\n    \"build\": \"SET NODE_ENV=production \u0026 webpack --config webpack.config.production.js\",\n    \"start\": \"SET NODE_ENV=development \u0026 node server.js\"\n},\n...\n```\n\n## Build \u0026 Deployment\n\nBuilding the dist version of the project is as easy as running `npm run build`\n\nIf you want to deploy the slideshow to surge, run `npm run deploy`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandro%2Fintro-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluandro%2Fintro-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandro%2Fintro-web-app/lists"}