{"id":15209115,"url":"https://github.com/jasonliao/isomorphic-react-workflow-boilerplate","last_synced_at":"2025-09-13T16:54:39.913Z","repository":{"id":91696392,"uuid":"49577975","full_name":"jasonliao/isomorphic-react-workflow-boilerplate","owner":"jasonliao","description":":sunglasses: react,redux,react-router,react-hot-loader,webpack,express,ejs,babel","archived":false,"fork":false,"pushed_at":"2016-01-15T03:12:10.000Z","size":5,"stargazers_count":23,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T01:32:02.680Z","etag":null,"topics":["babel","ejs","react","react-router","redux","webpack"],"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/jasonliao.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":"2016-01-13T14:13:37.000Z","updated_at":"2023-08-28T11:35:03.000Z","dependencies_parsed_at":"2023-03-18T03:30:42.458Z","dependency_job_id":null,"html_url":"https://github.com/jasonliao/isomorphic-react-workflow-boilerplate","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/jasonliao%2Fisomorphic-react-workflow-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonliao%2Fisomorphic-react-workflow-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonliao%2Fisomorphic-react-workflow-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonliao%2Fisomorphic-react-workflow-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonliao","download_url":"https://codeload.github.com/jasonliao/isomorphic-react-workflow-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238825793,"owners_count":19537128,"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":["babel","ejs","react","react-router","redux","webpack"],"created_at":"2024-09-28T07:21:24.596Z","updated_at":"2025-02-14T10:31:55.157Z","avatar_url":"https://github.com/jasonliao.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Isomorphic React Workflow Boilerplate\n\n## Contains\n\n- **React** handles our views\n- **Redux** manages the data flow and state\n- **React-Router** keeps UI in sync with the URL\n- **Express** accepts app's request and render React's components\n- **EJS** works with Express\n- **Babel \u0026 Webpack** compile and bundle all our files\n- **React-Hot-Loader** helps us developing faster and more convenience\n\n## Setup\n\n```bash\n$ git clone git@github.com:L-movingon/isomorphic-react-workflow-boilerplate.git\n\n$ cd isomorphic-react-workflow-boilerplate \u0026\u0026 npm install\n```\n\n## Usage\n\n```bash\n$ npm start\n```\n\nHit [localhost:3000](http://localhost:3000) and it's time to create your own awesome app right now!\n\n## Note\n\n- Modify webpack-dev-server port\n\n    You need to  modify **three files** if you want to modify `webpack-dev-server` port\n    \n    ```javascript\n    // server/bundle.js line-30\n    \n    bundler.listen(8080, 'localhost', ...);\n    ```\n    \n    ```javascript\n    // server/server.js line-26\n    \n    target: 'http://localhost:8080'\n    ```\n    \n    ```javascript\n    // webpack.config.js line line-5\n    \n    'webpack-dev-server/client?http://localhost:8080',\n    ```\n\n- Import CSS files\n    \n    You can't import `.css` files in components because babel tries to parse the CSS files even though css and style loaders are defined in the `webpack.config.js`. Check this [issue](https://github.com/webpack/webpack/issues/1754) out \n    **or import `.css` files in `app/client.js` , that will be fine**\n\n- API request\n\n    You can use [isomorphic fetch](https://github.com/matthew-andrews/isomorphic-fetch) in [Async Actions](http://rackt.org/redux/docs/advanced/AsyncActions.html) to make your request and put all request handle code like `app.all('/api/', router)` **before** `app.get('*')`\n\n## Bugs \u0026 Contribute\n\nWelcome all [Issues](https://github.com/L-movingon/isomorphic-react-workflow-boilerplate/issues) and [Pull requests](https://github.com/L-movingon/isomorphic-react-workflow-boilerplate/pulls) :)\n\n## App with This Boilerplate\n\n[Educational CMS](https://github.com/DrakeLeung/educationalCMS) - [Drake Leung](https://github.com/DrakeLeung) (especially thanks to this guy)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonliao%2Fisomorphic-react-workflow-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonliao%2Fisomorphic-react-workflow-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonliao%2Fisomorphic-react-workflow-boilerplate/lists"}