{"id":19792152,"url":"https://github.com/making/maven-reactjs-blank","last_synced_at":"2025-05-01T02:30:23.594Z","repository":{"id":29213998,"uuid":"32745550","full_name":"making/maven-reactjs-blank","owner":"making","description":"Maven Blank Project for React.js","archived":false,"fork":false,"pushed_at":"2015-03-23T16:57:28.000Z","size":124,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T07:43:11.075Z","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/making.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}},"created_at":"2015-03-23T16:48:09.000Z","updated_at":"2024-12-09T19:53:16.000Z","dependencies_parsed_at":"2022-09-03T18:50:32.738Z","dependency_job_id":null,"html_url":"https://github.com/making/maven-reactjs-blank","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/making%2Fmaven-reactjs-blank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fmaven-reactjs-blank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fmaven-reactjs-blank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fmaven-reactjs-blank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/making","download_url":"https://codeload.github.com/making/maven-reactjs-blank/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251812226,"owners_count":21647866,"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-12T07:06:09.073Z","updated_at":"2025-05-01T02:30:23.362Z","avatar_url":"https://github.com/making.png","language":"JavaScript","readme":"# React.js Blank\n\nMaven archetype to create a react.js maven project\n\n## How to use\n\nwith Bash\n\n    mvn archetype:generate\\\n     -DarchetypeGroupId=am.ik.archetype\\\n     -DarchetypeArtifactId=maven-reactjs-blank-archetype\\\n     -DarchetypeVersion=1.0.0\n\nwith CommandPrompt (Windows)\n\n    mvn archetype:generate^\n     -DarchetypeGroupId=am.ik.archetype^\n     -DarchetypeArtifactId=maven-reactjs-blank-archetype^\n     -DarchetypeVersion=1.0.0\n\n### Example\n\nThis blank project requires `npm` and `gulp`.\n\nYou need the following instruction:\n\n    $ npm install -g gulp\n\n#### Create a project\n\n\n    $ mvn archetype:generate -B\\\n     -DarchetypeGroupId=am.ik.archetype\\\n     -DarchetypeArtifactId=maven-reactjs-blank-archetype\\\n     -DarchetypeVersion=1.0.0\\\n     -DgroupId=demo\\\n     -DartifactId=hello-react\\\n     -Dversion=1.0.0-SNAPSHOT\n\n#### Initialize the project\n\n    $ npm install\n\n#### Build the application\n\n    $ gulp build\n\nor\n\n    $ gulp watch\n\nopen dest/index.html\n\n#### Build jar\n\n    $ mvn clean package\n\nThe output of `gulp` are copied to `target/classes/META-INF/resources/`.\nSo this jar can be used as [WebJars](http://www.webjars.org/documentation).\n\n## License\n\nLicensed under the Apache License, Version 2.0.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaking%2Fmaven-reactjs-blank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaking%2Fmaven-reactjs-blank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaking%2Fmaven-reactjs-blank/lists"}