lmachens /
overwolf-boilerplate
This boilerplate contains all the tools you need to build a modern Overwolf app with TypeScript, React, Vite, Storybook and Express.
41/100 healthLoading repository data…
lmachens / repository
This boilerplate contains all the tools you need to build a modern web 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 Vite 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 server, client and storybook in development mode.
The default PORTS are:
3001 for the server3000 for the client6006 for the storybookIf you don't like to call all scripts at once, you can also run:
npm run server:dev
npm run client:dev
npm run storybook
You can configure the server port by setting the PORT environment variable. Creating a .env file is supported. You can copy .env.example to .env.
| KEY | VALUE |
|---|---|
| PORT | (Optional) Port for the server environment (defaults to 3001) |
To build the project, run:
npm run build
This will build the client, server and storybook.
npm start
In production, you have a single server serving everything.
/api/* is the API endpoint.
/storybook is the Storybook.
/* is the client.
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 Overwolf app with TypeScript, React, Vite, Storybook and Express.
41/100 healthsurajkarki66 /
This repository contains boilerplate code for express app with typescript.
20/100 healthsunilgawai /
This is a Node, Express, TypeScript Server boilerplate for those who don't want to waste their time in creating and setting up their project from scratch. This project containes best file and folder structure for any type of backend application.
vishalsh2299 /
This repo contains the boilerplate code to develop backend using Nodejs, express and typescript. Along with that it has test cases using mocha and chai, swagger docs, heroku deployment and docker implementation.
33/100 healths-azizkhan /
This is a TypeScript Node.js and GraphQL boilerplate, which contains the necessary files and configuration to build a server-side GraphQL application with TypeScript. It provides an express-based API server, an accompanying GraphQL schema, a client-side application written in Typescript
28/100 healthvarshilshah44 /
This repo contains the node-express-typescript-mongoose code
27/100 health