{"id":24874706,"url":"https://github.com/dirheimerb/markdown-server","last_synced_at":"2025-03-27T02:15:52.264Z","repository":{"id":105234714,"uuid":"546736584","full_name":"dirheimerb/markdown-server","owner":"dirheimerb","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-06T15:01:15.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T07:28:58.476Z","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/dirheimerb.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":"2022-10-06T15:01:11.000Z","updated_at":"2022-10-06T15:01:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ddb2858-c375-4c58-b5f5-12824d985ffa","html_url":"https://github.com/dirheimerb/markdown-server","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/dirheimerb%2Fmarkdown-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirheimerb%2Fmarkdown-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirheimerb%2Fmarkdown-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirheimerb%2Fmarkdown-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirheimerb","download_url":"https://codeload.github.com/dirheimerb/markdown-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245767360,"owners_count":20668826,"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":"2025-02-01T07:28:13.534Z","updated_at":"2025-03-27T02:15:52.247Z","avatar_url":"https://github.com/dirheimerb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express React seed\n\n## Installation:\n\nHow to use this code as new app:\n\n1 Clone this repository to new empty dir:\n\n    git clone https://github.com/uhlryk/my-express-react-seed.git newDirectory\n\n2 Create your app repository\n\n3A Change remote git url to your repository url\n\n    git remote set-url origin https://github.com/yournick/your-app-url.git\n    \n3B If you don't want to have this boilerplate commit history you can remove it and create new own git init:\n\n    rm -rf .git\n    git init\n    git remote add origin https://github.com/yournick/your-app-url.git\n    git add .\n    git commit\n\n4 change app info in package.json \n\n5 update npm modules\n\n    npm install\n\n### Config files\n\nAll configs are in :\n\n    src/config\n    \nYou can try to run `npm init` which create configs files.\nOr if this not working do it manually:\n\n1 copy server.template.js config file and name it server.local.js\n\n    cp src/configs/server.template.js src/configs/server.local.js\n    \n2 copy server.template.js config file and name it server-test.local.js\n\n    cp src/configs/server.template.js src/configs/server-test.local.js\n\n3 copy client.template.js config file and name it client.local.js\n\n    cp src/configs/client.template.js src/configs/client.local.js\n \n    \nIn both cases edit this files with your local settings.\n\n## Commands:\n\n### For production:\n\nTransform all server and client source files:\n\n    gulp compile\n   \n### For development:\n\nTransform all server source files and test them:\n\n    gulp test\n    \nTransform all server source files, test them and create coverage report:\n\n    gulp coverage\n    \nRun server and client with watch changes (default url `http://localhost:3000`):\n\n    gulp dev-normal\n\nRun server and client with watch changes and hot reloading (default url `http://localhost:3001`):\n\n    gulp dev-hot\n        \n## Structure:\n\n * **app.js**              executable server file (config and run compiled server)\n * **devServer.js**        executable dev server for client files (hot reloading)\n * **webpack.config.server.js** webpack configuration to compile server files\n * **webpack.config.client.prod.js** webpack configuration to production compile client files\n * **webpack.config.client.dev.js** webpack configuration to dev compile client files (hot loading)\n * **dist/**                directory with compiled files\n * **dist/server.js**      compiled server bundle file\n * **src/**                 all source files\n * **src/client/**          client source files\n * **src/config/**          all config files\n * **src/config/server.js**  global config file\n * **src/config/*.local.js** all local config file\n * **src/server/**          server source files \n * **tests/**               all tests files\n * **tests/server/**        server tests\n \n## Technology:\n\n  * express\n  * node.js\n  * sequelize\n  * react\n  * server side react render\n  * react-router\n  * jsx\n  * redux\n  * hot-loader\n  * webpack\n  * ES6 \u0026 ES7\n  * gulp\n  * bootstrap 3\n  * sass\n  * compass\n  \n## Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirheimerb%2Fmarkdown-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirheimerb%2Fmarkdown-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirheimerb%2Fmarkdown-server/lists"}