starter
Here are 1,653 public repositories matching this topic...
Bug report
The documentation(READme) has instances of REDIRECT_URI in the format of
website.com/{provider}/callback.
I believe the code has been updated since that URI was used, but it doesn't reflect in the documentation.
It can be very misleading to new techs.
As PWA add to home screen workflow is different on each platform/browsers, we could add a button on the interface to trigger the installation. It will standardize add to home screen workflow for all browsers.
See official doc
for more informations
Add Swagger
Any refrence on how to enable swagger documentation on the express routes ?
Simple React Webpack Babel Starter Kit
-
Updated
Jan 25, 2020 - JavaScript
Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
-
Updated
Jun 19, 2020 - CMake
Vue.js 示例项目 · 简易留言板。本项目拥有完善的文档说明与注释,让您快速上手 Vue.js 开发 SPA。Webpack / ES6 + Babel / Vue Router / (Vue Resource?) / (Vue Validator?) / (Vuex?) —— An Excellent Vue Starter with Best Practice / 最佳实践
-
Updated
Apr 22, 2017 - JavaScript
My best-practices-included universal frontend starter kit
-
Updated
Apr 13, 2017 - JavaScript
-
Updated
Jul 14, 2020 - TypeScript
-
Updated
Jul 9, 2020 - JavaScript
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
-
Updated
Jun 6, 2020 - CSS
A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.
-
Updated
Jun 6, 2020 - TypeScript
Opinionated quick-start with pre-built user account system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, Ant Design and Next.js
-
Updated
Jun 30, 2020 - TypeScript
I have tried the classic .env with REACT_APP prefix, but it does not work, I guess that is only for react-script.
Does this package it support something similar?
Thanks
Nest framework TypeScript starter
-
Updated
Jun 10, 2020 - TypeScript
A simple webpack starter without framework (Like Vue, React, Angular, etc.)
-
Updated
Jun 10, 2020 - JavaScript
I'm submitting a ...
[ * ] Documentation issue or request
Current behavior
I have added a new language to the languages list. Change in language's combo is Ok and works. The problem is that i want to set a new language as default.
I did this in config.local.json but default language is not set on application start. Is there another changes that i should make to hav
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
-
Updated
Jun 6, 2020 - PHP
There is an import dependencie cycle between:
src/Interfaces/index.ts:
export * from '@Redux/IStore';
and
src/Redux/IStore.d.ts:
import { IHomePage } from '@Interfaces';
Eslint rule that detect the issue:
https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-cycle.md
a React Native starter powered by dva and react-navigation
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Oct 11, 2019 - JavaScript
Startkit for HTML / CSS / JS pages layout.
-
Updated
Jun 17, 2020 - HTML
Universal CSS for web printing
-
Updated
Oct 12, 2018 - HTML
I've seen plenty of folks use alternatives to SASS.
Such as:
- LESS http://lesscss.org/
- Stylus http://stylus-lang.com/
- PostCSS http://postcss.org/
So it might be nice to have a prompt such as Choose your CSS Preprocessor
Sent from my Pixel 2 using FastHub
Chrome Extension TypeScript Starter
-
Updated
Apr 29, 2020 - TypeScript
Users should avoid initialization in the normal case.
Improve this page
Add a description, image, and links to the starter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the starter topic, visit your repo's landing page and select "manage topics."


I'm submitting a ...
[x] feature request
Summary
tslint has a language service plugin so that tslint runs within the language service and shows linter failures in your editor as red squiggly underlines, the same as type errors.
https://www.npmjs.com/package/tslint-language-service
I'll make a PR at some point; just logging here for the time being.