{"id":16198783,"url":"https://github.com/ali322/isomorphic-boilerplate","last_synced_at":"2026-04-09T20:02:41.556Z","repository":{"id":34818246,"uuid":"38805190","full_name":"ali322/isomorphic-boilerplate","owner":"ali322","description":"isomorphic webapp boilerplate","archived":false,"fork":false,"pushed_at":"2017-11-22T03:44:03.000Z","size":7216,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-22T02:57:59.196Z","etag":null,"topics":["isomorphic","koa2","react","react-router","redux","spa","ssr"],"latest_commit_sha":null,"homepage":"","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/ali322.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-07-09T07:34:05.000Z","updated_at":"2018-05-31T01:23:51.000Z","dependencies_parsed_at":"2022-08-03T22:45:22.125Z","dependency_job_id":null,"html_url":"https://github.com/ali322/isomorphic-boilerplate","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ali322/isomorphic-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali322%2Fisomorphic-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali322%2Fisomorphic-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali322%2Fisomorphic-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali322%2Fisomorphic-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ali322","download_url":"https://codeload.github.com/ali322/isomorphic-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali322%2Fisomorphic-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280370891,"owners_count":26319317,"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","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","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":["isomorphic","koa2","react","react-router","redux","spa","ssr"],"created_at":"2024-10-10T09:14:55.559Z","updated_at":"2025-10-22T02:58:00.574Z","avatar_url":"https://github.com/ali322.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Isomorphic Boilerplate\n\n[![Build Status](https://travis-ci.org/ali322/isomorphic-boilerplate.svg)](https://travis-ci.org/ali322/isomorphic-boilerplate)\n[![Dependency Status](https://gemnasium.com/ali322/isomorphic-boilerplate.svg)](https://gemnasium.com/ali322/isomorphic-boilerplate)\n[![Code Climate](https://codeclimate.com/github/ali322/isomorphic-boilerplate/badges/gpa.svg)](https://codeclimate.com/github/ali322/isomorphic-boilerplate)\n\nyet another isomorphic project boilerplate [中文文档](./README_zh.md)\n\nDevelop\n===\n1. clone to your local disk `git clone https://github.com/ali322/isomorphic-boilerplate`\n2. run `npm install`\n3. run `npm install nva -g`\n4. run `nva vendor` to build vendor libraries\n5. run `nva dev` to start develop server\n6. run `npm run lint` to lint source code\n7. run `npm test` to run tests\n\nDeploy\n===\n1. run `nva build` release static source and inject to html\n2. upload your project to deploy environment\n1. run `npm install --production`\n2. run `npm install pm2 -g` (more instructions in [pm2 documention](https://github.com/Unitech/PM2))\n3. run `pm2 start app.js --name \u003cProject Name\u003e` to deploy\n\nDirectory structure\n===\n\n```sh\ntest/\n    |-- client/ #client unit tests\n    |-- server/ #server unit tests\nclient/\n    |-- asset/      #images,fonts and so on\n    |-- bundle/\n        |-- common/ #public css and js\n        |-- component/ #component's css\n        |-- error/  #error page's entry js and css\n        |-- index/  #index page's entry js and css\n        |-- .../    #more your own page's entry js and css,like index page\n    |-- dist/     #compiled client assets\nserver/\n    |-- controller/ #express routes directory\n    |-- lib/        #server libraries,util and helper modules inside\n    |-- router.js   #server router,all the routes is defined here\n    |-- bootstrap.js #initialize application,load middlewares and setup\nview/\n    |-- layout.html #global layout template\n    |-- index.html  #index page's template\n    |-- *.html      #more your own page's template\napp.js      #web application enrty file\n```\n\n## License\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali322%2Fisomorphic-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fali322%2Fisomorphic-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali322%2Fisomorphic-boilerplate/lists"}