Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nodebestpractices | 89,591 | 17 hours ago | 47 | cc-by-sa-4.0 | Dockerfile | |||||
:white_check_mark: The Node.js best practices list (May 2023) | ||||||||||
Js Stack From Scratch | 19,396 | 7 months ago | 1 | January 19, 2017 | 48 | mit | JavaScript | |||
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack. | ||||||||||
Front End Guide | 14,794 | 3 months ago | 1 | June 22, 2017 | 26 | mit | JavaScript | |||
📚 Study guide and introduction to the modern front end stack. | ||||||||||
Snowflake | 4,536 | 4 years ago | 17 | mit | JavaScript | |||||
:snowflake: A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku | ||||||||||
100 Days Of Code Frontend | 2,338 | 2 years ago | 4 | mit | ||||||
Curriculum for learning front-end development during #100DaysOfCode. | ||||||||||
Typescript Express Starter | 2,126 | 6 days ago | 62 | May 26, 2022 | 37 | mit | TypeScript | |||
📘 Quick and Easy TypeScript Express Starter | ||||||||||
Node Typescript Boilerplate | 2,027 | 2 months ago | 1 | September 24, 2019 | 1 | apache-2.0 | TypeScript | |||
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included. | ||||||||||
Ts Nextjs Tailwind Starter | 1,969 | 8 days ago | 6 | TypeScript | ||||||
🔋 Next.js + Tailwind CSS + TypeScript starter and boilerplate packed with useful development features | ||||||||||
Electron Typescript React | 1,353 | 7 months ago | 31 | JavaScript | ||||||
:electron: An Electron boilerplate including TypeScript, React, Jest and ESLint. | ||||||||||
Awesome Jest | 1,335 | 6 days ago | 1 | mit | ||||||
🕶Awesome Jest packages and resources |
Svelte is a new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
Svelte runs at build time, converting your components into pure and optimized JavaScript code without other framework dependencies which makes for really tiny bundles. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes. So there is no virtual DOM, no frameworks on top of frameworks, and no framework to load at runtime.
The advantages of this approach is we're able to write applications with excellent performance characteristics.
This boilerplate make it easier to get started with a well-structured Svelte application.
By the end of setup, you'll have a Svelte project and features which is specified at the below.
This boilerplate includes the latest powerfull tools.
Please refer to our setup guide to create a new app.
For more detailed documentation, check out https://pankod.github.io/svelte-boilerplate/
Pankod boilerplate is shipped with a CLI tool to streamline the creation of new components. By using the CLI tool, you may easily add components to your project.
To start the CLI, you may run the following npm command:
npm run cli
After starting, an interactive menu will let you configure the component the be created. You'll be asked for the name of the component.
After answering question it generates component, style and test files in miliseconds.
Licensed under the MIT License, Copyright © 2019-present Pankod