lmachens /
vite-boilerplate
This boilerplate contains all the tools you need to build a modern web app with TypeScript, React, Vite, Storybook and Express.
55/100 healthLoading repository data…
lmachens / repository
This boilerplate contains all the tools you need to build a modern Overwolf app with TypeScript, React, Vite, Storybook and Express.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Quickly bootstrap a new project with Overwolf Boilerplate.
This boilerplate contains all the tools you need to build a modern web app with TypeScript, React, Vite, Storybook and Express.
You can use it to quickly bootstrap your project.
ESLint, stylelint, prettier, husky and lintstaged are configured to give you a solid development experience.
First, create a repository from this template.
Now you are ready to go:
npm install
This will install the dependencies required to run the boilerplate.
npm run dev
Boom! These scripts run your client and server in development mode.
The default PORTS are:
3001 for the server3000 for the clientIf you don't like to call all scripts at once, you can also run:
npm run server:dev
npm run client:dev
You can configure the server port by setting the PORT environment variable. Creating a .env file is supported.
| KEY | VALUE |
|---|---|
| PORT | (Optional) Port for the server environment (defaults to 3001) |
To build the project, run:
npm run build
This will start the server.
npm start
A test runner is not installed (right now). But TypeScript, linter and prettier are checked on commit and push thanks to husky and lintstaged.
MIT
Selected from shared topics, language and repository description—not editorial ratings.
lmachens /
This boilerplate contains all the tools you need to build a modern web app with TypeScript, React, Vite, Storybook and Express.
55/100 healthrcrdk /
This project contains all the necessary boilerplate to setup a multi-tenant SaaS with Next.js and Fastify including authentication and RBAC authorization.
63/100 healthMartinXPN /
Starter Template for developing a Next.js (16) + Firebase + MUI Project. This repository contains the necessary code to kickstart a project that includes authentication, server-side rendering, MUI components, analytics, and even sending emails
mr-ufukgurbuz /
This project is a boilerplate which contains backend (SpringBoot, Hibernate, SQL/NoSQL) and frontend (React/Typescript) technologies.
78/100 healthcarlos-hfc /
This project contains all the necessary boilerplate to setup a multi-tenant SaaS with Next.js including authentication and RBAC authorization.
42/100 healthsurajkarki66 /
This repository contains boilerplate code for express app with typescript.
20/100 health