All Projects β†’ jvidalv β†’ vital

jvidalv / vital

Licence: MIT license
Starter template for Vite with React (TypeScript). Supports Tailwind with CSS-Modules. Jest and @react/testing-library configured and ready to go. Also ESLint, Prettier, Husky, Commit-lint and Atomic Design for components.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to vital

typescript-react-starter
React & TypeScript Starter with webpack, ts-jest and runtime environment variables. It comes with fp-ts ecosystem and pre-configured prettier, eslint, vscode, husky hooks and Dockerfile to build a deployable image of your app
Stars: ✭ 17 (-88.74%)
Mutual labels:  prettier, starter, husky
React Cool Starter
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Stars: ✭ 1,083 (+617.22%)
Mutual labels:  postcss, css-modules, prettier
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+349.01%)
Mutual labels:  postcss, css-modules, prettier
webpack-typescript-react
Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
Stars: ✭ 185 (+22.52%)
Mutual labels:  postcss, css-modules, prettier
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (-41.72%)
Mutual labels:  postcss, prettier
create-next-stack
Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
Stars: ✭ 149 (-1.32%)
Mutual labels:  prettier, starter
Css In React
🍭 CSS in React - Learn the best CSS in JS frameworks by example
Stars: ✭ 101 (-33.11%)
Mutual labels:  postcss, css-modules
React Native Css Modules
Style React Native components using CSS, PostCSS, Sass, Less or Stylus.
Stars: ✭ 207 (+37.09%)
Mutual labels:  postcss, css-modules
Rollup Plugin Postcss
Seamless integration between Rollup and PostCSS.
Stars: ✭ 507 (+235.76%)
Mutual labels:  postcss, css-modules
Rollup Plugin Styles
🎨 Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more.
Stars: ✭ 116 (-23.18%)
Mutual labels:  postcss, css-modules
Modular Css
A streamlined reinterpretation of CSS Modules via CLI, API, Browserify, Rollup, Webpack, or PostCSS
Stars: ✭ 234 (+54.97%)
Mutual labels:  postcss, css-modules
promotion-web
基于React: v18.x.x/Webpack: v5.x.x/React Router v6.x.x/ Antd: v5..x.x/Fetch Api/ Typescript: v4.x.x η­‰ζœ€ζ–°η‰ˆζœ¬θΏ›θ‘Œζž„ε»Ί...
Stars: ✭ 374 (+147.68%)
Mutual labels:  prettier, vite
vite-postcss-preset-env
vite-cssnext.netlify.app/
Stars: ✭ 35 (-76.82%)
Mutual labels:  postcss, vite
Nth Start Project
Startkit for HTML / CSS / JS pages layout.
Stars: ✭ 578 (+282.78%)
Mutual labels:  postcss, starter
starter-kit
πŸƒ A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
Stars: ✭ 21 (-86.09%)
Mutual labels:  postcss, starter
browser-extension
Browser Extension Template with ESbuild builds, support for React, Preact, Typescript, Tailwind, Manifest V3/V2 support and multi browser build including Chrome, Firefox, Safari, Edge, Brave.
Stars: ✭ 535 (+254.3%)
Mutual labels:  postcss, starter
React Typescript Webpack2 Cssmodules Postcss
Simple Starter Template for React, TypeScript, postCSS, ITCSS, CSS-Modules, Webpack and Live Reloading (React Hot Loader 3)
Stars: ✭ 117 (-22.52%)
Mutual labels:  postcss, css-modules
vue-component-lib-starter
A bare-bones example of creating your own Vue component library.
Stars: ✭ 221 (+46.36%)
Mutual labels:  starter, vite
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+103.31%)
Mutual labels:  postcss, css-modules
Kratos Boilerplate
πŸ”₯ A simple boilerplate for creating statics PWA using Webpack, Pug, PostCSS and CSS Modules
Stars: ✭ 308 (+103.97%)
Mutual labels:  postcss, css-modules

Vital - Vite Starter Template

Mocking up web app with Vital(speed)


Live Demo


Features

Coding Style

Dev tools

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit jvidalv/vital my-vital-app
cd my-vital-app
yarn # If you don't have yarn installed, run: npm install -g yarn

Checklist

When you use this template, try follow the checklist to update your info properly

  • Rename name and author fields in package.json
  • Change the author name in LICENSE
  • Change the title in index.html
  • Change the favicon in public
  • Modify the manifest in public
  • Clean up the README's

And, enjoy :)

Usage

Development

Just run and visit http://localhost:3000

yarn start

Build

To build the App, run

yarn build

And you will see the generated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select your repository, OK along the way, and your App will be live in a minute.

Issues

Husky

If pre-commit hooks are not working be sure that you have installed husky: husky install.

By default this command should be triggered after yarn/npm deps are installed.

Why

I have created several React apps recently. Setting the configs up is kinda the bottleneck for me to make the ideas simply come true within a very short time.

So I made this starter template for myself to create apps more easily, along with some good practices that I have learned from making those apps. Feel free to tweak it or even maintains your own forks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].