npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

cra-template-faztar

v1.0.1

Published

An open-source React-cra boilerplate template written in TypeScript & ESLint, designed for developers and startups, who want to get started with a quick and professional application codebase with already-made CI/CD for both Github and Vercel.

Readme

Free React-CRA Boilerplate template

FazTar is an open-source React-cra boilerplate template written in TypeScript & ESLint that promotes good coding practice, designed for developers and startups, who want to get started with a quick and professional application codebase with already-made CI server for both github and vercel.

This React-cra boilerplate template comes with three (3) written CI and one (2) CD on vercel and github pages, configured e2e Linting, Linting Before running pre-commits, and Liniting on CI server and few pre-installed libraries and dependencies which can be uninstalled or used if needed.

Table of contents

Features

Your cra boilerplate will have everything you need to build a modern React app:

  • 🎁 Modern – Template created using the latest version of React which provide insane API animation and also: State management using Hooks, Code-Splitting to reduce the bundle size.

  • 💻 Responsive – Highly responsive and reusable UI components using React MaterialUI that is highly customizable and supports any form of styling variant and frameworks.

  • 🚀 Fast – Buttery smooth experience when implemented with best practices and no third party dependencies to result in PERFECT Google Lighthouse scores

  • 🏷 TypeScript support – FazTar si written in TypeScript to improve the DX

  • 🛸 Routing - Can generate dynamic routing using React-Router-Dom.

  • 🤙 Forms & Inputs - Forms and Input Text Fields can be written using React-Hook-Form, to handle form state management and preventing unnecessary re-rendering to avoid impact on performance. Also handles form validation for data consistency and persistency, error management and form data submission. Same goes with Input Text Fields.

  • ⚙️ Maintenance - Built with few dependencies for easy management and maintenance.

Google Lighthouse

1

Google Lighthouse is an open-source, automated tool for measuring the quality of web pages. Google Lighthouse audits performance, accessibility and search engine optimization of web pages.

Performance

Audits for metrics like first paint and time to interactive to determine lag.

Accessibility

Checks for common issues that may prevent users from accessing your content.

Best Practices

Looks for everything from HTTPS usage to correct image aspect ratios.

SEO

Checks for best practices to ensure your site is discoverable.

Installation

You’ll need to have Node 10.16.0 or later version on your local development machine (but it’s not required on the server). I recommend using the latest LTS version. You will also need to a vercel account

To get started with this cra-template new app, you have to:

Begin by

  1. Fork the repo
  2. Clone this repository to establish your own local copy. This process is straightforward and ensures you have all the necessary files and resources at your fingertips. You can find step-by-step instructions in this helpful article: Cloning a repository on GitHub.com.

Or you can skip step 1 and step 2 by simply

Using the Use This Template button on the repo page

Or

running the command:

npx create-react-app@latest my-template --template faztar

or

npx create-react-app@latest . --template faztar //creating react app at root level of project directory

N/B: your package.json should look like this on completing the installation using the above command

{
  "name": "cra-template-faztar",
  "type": "module",
  "version": "1.0.0",
  "keywords": [
    "react",
    "create-react-app",
    "template",
    "cra boilerplate"
  ],
  "description": "The base template for github pages, linting CI, release CI, and vercel CI/CD App.",
  "homepage": "https://github.com/certsoftt/faztar",
  "repository": {
    "type": "git",
    "url": "https://github.com/certsoftt/faztar.git",
    "directory": "packages/cra-template"
  },
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "bugs": {
    "url": "https://github.com/certsoftt/faztar/issues"
  },
  "files": [
    "template",
    "template.json"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "preview": "vite preview",
    "prepare": "husky"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/material": "^7.0.1",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "axios": "^1.8.4",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-hook-form": "^7.55.0",
    "react-router-dom": "^7.4.1",
    "styled-components": "^6.1.17",
    "web-vitals": "^4.2.4"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.11.0",
    "@eslint-react/eslint-plugin": "^1.40.3",
    "@eslint/js": "^9.21.0",
    "@hookform/devtools": "^4.3.3",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint": "^9.23.0",
    "eslint-plugin-format": "^1.0.1",
    "eslint-plugin-react-hooks": "^5.1.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "gh-pages": "^6.3.0",
    "globals": "^15.15.0",
    "husky": "^9.1.7",
    "lint-staged": "^15.5.0",
    "typescript": "~5.7.2",
    "typescript-eslint": "^8.24.1",
    "vite": "^6.2.0"
  },
  "lint-staged": {
    "*": "pnpm lint"
  }
}

*** In case of running into dependency conflict during installation *** do the following:

  • copy the command below and run it
npm install --no-audit --save @testing-library/dom@^10.4.0 @testing-library/jest-dom@^6.6.3 @testing-library/react@^16.1.0 @testing-library/user-event@^13.2.1 web-vitals@^2.1.0 @emotion/react@^11.14.0 @emotion/styled@^11.14.0 @mui/material@^7.0.1 axios@^1.8.4 react@^19.0.0 react-dom@^19.0.0 react-hook-form@^7.55.0 
react-router-dom@^7.4.1 styled-components@^6.1.17 @antfu/eslint-config@^4.11.0 @eslint-react/eslint-plugin@^1.40.3 @eslint/js@^9.21.0 @hookform/devtools@^4.3.3 @types/react@^19.0.10 @types/react-dom@^19.0.4 @vitejs/plugin-react@^4.3.4 eslint@^9.23.0 eslint-plugin-format@^1.0.1 eslint-plugin-react-hooks@^5.1.0 eslint-plugin-react-refresh@^0.4.19 gh-pages@^6.3.0 globals@^15.15.0 husky@^9.1.7 lint-staged@^15.5.0 typescript@~5.7.2 typescript-eslint@^8.24.1 vite@^6.2.0 --legacy-peer-deps
  • next, copy and run the command
npm install --save dev --legacy-peer-deps
  • lastly generate your pnpm-lock.yaml file (if only this file does not exist in your project), run the command
pnpm import
  1. Run the app using the command npm start

  2. To deploy to vercel or github pages or both you have to do the following:

  • To Vercel

    1. create a vercel account
    2. check out this video on how to create and consume your vercel id: Use GitHub Actions to Deploy to Vercel (Preview & Production Deployments) by camelcase
  • To Github Pages

    1. edit homepage property in the package.json file as foolow:
    "homepage": "https://<github username>.github.io/<github repo-name>"

    Currently, the file has my repo and username. Go ahead and have it changed. 2. edit and run the following commands:

    git remote add origin https://github.com/<github username>/<github repo-name>.git
    git push -u origin main
    npm run deploy -- -m "Deploy React app to Github Pages"
    1. Visit the your repo that holds the project, then click on the settings tab, go to automation, then pages.
    • Configure the Build & deployment settings to the following:
    1. Source: set it to Deploy from a branch

    2. Branch:

      • Branch: set it to master or main
      • Folder: set it to /(root)
    3. Edit the deployment.sh file to have your own github details.

    That's all!

What's included

  • reactmui - React UI library that contains a set of high quality components.
  • react-router-dom - High performance library for client-side routing and establishing endpoints.
  • styled-componets - Variant on “CSS-in-JS”—which solves many of the problems with traditional CSS.
  • react-hook-form - High Performance library for managing form state, errors and validation, and form data submission.
    • gh-pages - deploy the version of the app to GitHub Pages.

Usage

Use it for whatever you want, and be sure to reach out to me on WhatsApp if you have any questions, or build something cool with it.

License

Licensed under the MIT license.

Happy Hacking 😊