michielbouw /
react-typescript-eslint-prettier-boilerplate
Starting point for a Typescript & React project with full setup of ESLint and Prettier.
34/100 healthLoading repository data…
michielbouw / repository
Starting point for a Typescript, React (v16.8.0-alpha.0), Yarn & Lerna monorepo project with full setup for ESLint and Prettier.
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.
Starting point for a Typescript, React (v16.8.0+, tested up to v16.13.1), Yarn & Lerna monorepo project with full setup for ESLint and Prettier.
This project is initialized with Create React App consisting of:
The project now consists of 3 packages.
To install check (Node.js installation or Node Version Manager installation).
curl -L https://github.com/michielbouw/react-typescript-yarn-lerna-monorepo-eslint-prettier-boilerplate/archive/master.zip | tar zx
mv react-typescript-eslint-prettier-boilerplate APP_NAME
cd APP_NAME
or
git clone git@github.com:michielbouw/react-typescript-yarn-lerna-monorepo-eslint-prettier-boilerplate.git APP_NAME
cd APP_NAME
yarn installNote: this project is initialized with Yarn.
To add a new package create a new folder in under packages and copy the
.eslint.json, package.json, tsconfig.json from another similar project in here.
After that you can setup your project how you like it.
(you can also extend the custom scripts from the main package.json
or already include in as dependency for another package).
After changing the packages run to clean & reinit the workspaces.
Selected from shared topics, language and repository description—not editorial ratings.
michielbouw /
Starting point for a Typescript & React project with full setup of ESLint and Prettier.
34/100 healthkolynzb /
The Node.js TypeScript API Boilerplate Template is a powerful starting point for building robust APIs. It includes TypeScript for enhanced code integrity, Jest for testing,Express & MongoDB integration, and linters for code consistency. Save time and focus on core functionality with this comprehensive template.
30/100 healthyarn clean:updateAfter changing the external libraries or peerDependencies it is good to clean the repo
by removing the node_modules folder rm -rf node_modules and reinstalling yarn install.
And after that run yarn clean:update to clean & reinit the workspaces.
In the project directory, you can run:
yarn startRuns the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
yarn typecheckLaunches the typescript check for code to check for TypeScript compilation errors or warnings.
yarn lintLaunches the linter for code to check for code layout errors or warnings.
yarn lint:fixLaunches the linter for code to check for code layout errors or warnings, and fixes the ones that can be fixed automatically.
yarn testLaunches the test runner in the interactive watch mode. See the section about running tests for more information.
yarn buildBuilds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
See the section about deployment for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
akhaledd /
A boilerplate template that includes a good starting point for Node/Express/TypeScript
27/100 healtholehwebdev /
Reactify Figma is a boilerplate for creating Figma plugins with ease using TypeScript, ReactJS, Redux Toolkit, Lucide-React icons, Tailwind CSS, and Shadcn UI package. This boilerplate provides a structured starting point for building powerful Figma plugins with modern web technologies.
41/100 healthEndrit-seek /
This repository is a comprehensive Nuxt 3 boilerplate that streamlines frontend development by providing an organized directory structure and integrating powerful tools such as ESLint, Prettier, lint-staged, Husky, and TypeScript. It's your go-to starting point for building modern and performant web applications with Nuxt 3.
31/100 health