{"id":21547882,"url":"https://github.com/magentanova/tiy-starter-kit","last_synced_at":"2025-04-10T05:53:25.964Z","repository":{"id":57148383,"uuid":"62828980","full_name":"magentanova/tiy-starter-kit","owner":"magentanova","description":"simple build system for javascript apps","archived":false,"fork":false,"pushed_at":"2016-11-14T21:42:01.000Z","size":1567,"stargazers_count":1,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T07:07:34.565Z","etag":null,"topics":["babel","browserify","javascript","post-css","scss"],"latest_commit_sha":null,"homepage":"","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/magentanova.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-07T18:20:17.000Z","updated_at":"2017-07-21T18:02:45.000Z","dependencies_parsed_at":"2022-09-06T19:31:15.603Z","dependency_job_id":null,"html_url":"https://github.com/magentanova/tiy-starter-kit","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/magentanova%2Ftiy-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magentanova%2Ftiy-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magentanova%2Ftiy-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magentanova%2Ftiy-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magentanova","download_url":"https://codeload.github.com/magentanova/tiy-starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166927,"owners_count":21058480,"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","browserify","javascript","post-css","scss"],"created_at":"2024-11-24T06:16:33.208Z","updated_at":"2025-04-10T05:53:25.922Z","avatar_url":"https://github.com/magentanova.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#TIY Starter Kit\n\nLightweight scaffolding and build tools to quickly and easily develop a web application. \n\n  - transpiles scss into css\n  - transpiles es6 and jsx into es5\n  - concatenates all required/imported modules together into one minified file\n  - runs a simple express server that is deployable on heroku\n  \n##Getting started\n\n  - clone this repo with `git clone git@github.com:magentanova/tiy-starter-kit.git THE-LOCAL-FOLDER-YOU-WANT-TO-CREATE`\n  - `cd` into the local folder\n  - disconnect from my remote repo and point to your own (see [Publishing](#publishing))\n  - `npm install`\n  - `npm run go`\n  - that's it! visit [http://localhost:3000](http://localhost:3000) to make sure it's working\n  \n##Workflow\n  \n  - you'll *only* write code in the files in the `src/` folder\n  - every time you save in that folder, your code will be read and transpiled into the `dist/` folder. only files in `dist/` will be served up to the browser.\n  - view and test your app at [http://localhost:3000](http://localhost:3000)\n  \n##Publishing\n\n  - disconnect your local repo from this one with `git remote remove origin`\n  - `hub create YOUR-APP-NAME` -- this will simultaneously (1) create you a remote repo with the given name and (2) create a local reference connecting the directory you're in to the remote you just created\n  - add, commit and push per usual\n\n##Deploying \n\nThe easiest thing to do is deploy to heroku. Once you have an account and you've installed the heroku command line tools, simply run: \n \n  - `heroku create YOUR-APP-NAME`\n  - `git push heroku master`\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagentanova%2Ftiy-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagentanova%2Ftiy-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagentanova%2Ftiy-starter-kit/lists"}