{"id":19973311,"url":"https://github.com/jsmith/snowpack-ts-react-tailwind-starter","last_synced_at":"2025-10-18T16:01:31.477Z","repository":{"id":131851357,"uuid":"352447264","full_name":"jsmith/snowpack-ts-react-tailwind-starter","owner":"jsmith","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-28T21:58:36.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T09:30:33.497Z","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/jsmith.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":"2021-03-28T21:57:13.000Z","updated_at":"2021-03-28T21:58:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"b27beaef-cc32-40df-8341-5847f479ac20","html_url":"https://github.com/jsmith/snowpack-ts-react-tailwind-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Fsnowpack-ts-react-tailwind-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Fsnowpack-ts-react-tailwind-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Fsnowpack-ts-react-tailwind-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Fsnowpack-ts-react-tailwind-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsmith","download_url":"https://codeload.github.com/jsmith/snowpack-ts-react-tailwind-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241406051,"owners_count":19957945,"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-13T03:11:04.892Z","updated_at":"2025-10-18T16:01:26.436Z","avatar_url":"https://github.com/jsmith.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snowpack + TypeScript + React + Tailwind CSS\n\nJust another template.\n\n## How to recreate this?\n\n```bash\nexport PROJECT_NAME=\u003cINSERT_NAME_HERE\u003e\n\nnpx create-snowpack-app $PROJECT_NAME --template @snowpack/app-template-react-typescript\ncd $PROJECT_NAME\n\nnpm install -D @snowpack/plugin-postcss postcss postcss-cli\nnpm install -D tailwindcss@latest postcss@latest autoprefixer@latest\n\nnpx tailwindcss init -p\n\nrm src/App.css\nrm src/logo.svg\n\ncat \u003e src/index.css \u003c\u003cEOF\n@tailwind base;\n@tailwind components;\n@tailwind utilities;\nEOF\n\ncat \u003e src/App.tsx \u003c\u003cEOF\nimport React from 'react';\n\nexport default function App() {\n  return (\n    \u003cdiv className=\"font-bold\"\u003eWelcome to the template! It's super simple!\u003c/div\u003e\n  );\n}\nEOF\n\ncat \u003e src/App.test.tsx \u003c\u003cEOF\nimport * as React from 'react';\nimport { render } from '@testing-library/react';\nimport { expect } from 'chai';\nimport App from './App';\n\ndescribe('\u003cApp\u003e', () =\u003e {\n  it('renders renders', () =\u003e {\n    const { getByText } = render(\u003cApp /\u003e);\n    const linkElement = getByText(/template/i);\n    expect(document.body.contains(linkElement));\n  });\n});\nEOF\n\n# add @snowpack/plugin-postcss\nsed \"s/'@snowpack\\/plugin-typescript',/'@snowpack\\/plugin-typescript',\\n    '@snowpack\\/plugin-postcss',/\" snowpack.config.js | tee snowpack.config.js\n```\n\n## Available Scripts\n\n### npm start\n\nRuns the app in the development mode.\nOpen http://localhost:8080 to view it in the browser.\n\nThe page will reload if you make edits.\nYou will also see any lint errors in the console.\n\n### npm run build\n\nBuilds a static copy of your site to the `build/` folder.\nYour app is ready to be deployed!\n\n**For the best production performance:** Add a build bundler plugin like \"@snowpack/plugin-webpack\" to your `snowpack.config.js` config file.\n\n### npm test\n\nLaunches the application test runner.\nRun with the `--watch` flag (`npm test -- --watch`) to run in interactive watch mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmith%2Fsnowpack-ts-react-tailwind-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsmith%2Fsnowpack-ts-react-tailwind-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmith%2Fsnowpack-ts-react-tailwind-starter/lists"}