You shouldn't start a wonderful app from scratch every time.

Overview

React App Starter

You shouldn't start a wonderful app from scratch every time.

~ TJ

Detect Secrets Test Deployment Commitizen friendly Twitter: ThaddeusJiang

Features:

  • Out of box API mocking.
  • Out of box Authentication.
  • Beautiful Data fetching.
  • Easy Form validation.
  • Out of box Utility-First CSS.
  • Out of box CI/CD.
  • Out of box lint and code format.
  • Out of box Infrastructure as Code.
  • A little of Components.
  • ... and more

Built with

Install

yarn install

Usage

Create .env file base on sample.env then run below command

cp sample.env .env

About the secret token, ask @ThaddeusJiang

yarn dev

Run tests

yarn test

Run storybook

yarn storybook

Deploy to Vercel

Deploy with Vercel

Author

Auth Providers

github

Memo

其实我想用 Ramdajs ,但是我也不是特别熟。 暂时先继续使用 lodash/fp 吧。

关于报表可视化,需要评估 d3js , 目前使用 react-charts 。

folder structure

.
├── client // UI clients
│   └── apis
├── components // UI Components
├── data
│   ├── reals
│   └── mocks // mock data
├── mocks // Mock Service Worker handlers
├── modules
│   ├── customer
│   │   └── apis
│   │   └── components
│   └── task
│   │   └── apis
│       └── components
├── pages
│   ├── api // Auth API
│   │   └── auth
│   ├── customers // UI Pages
│   ├── ...
│   ├── ...
├── public
├── styles
├── types
└── utils
└── tailwind.config.js
You might also like...

Concircle scanner mobile app is application That helps you scan your order and position and to know if there are exact or not. it's cross-platform app.

Concircle scanner mobile app is application That helps you scan your order and position and to know if there are exact or not. it's cross-platform app.

Concircle scanner mobile app ⭐ Star on GitHub — it motivates Me a lot! Concircle scanner mobile app is application That helps you scan your order and

May 7, 2022

Interactive web app where you can Store ,Add and Remove books to organize the books that you've read or the ones willing to read

bookStore Interactive web app where you can Store ,Add and Remove books to organize the books that you've read or the ones willing to read Built With

Jul 20, 2022

Tweak React components in real time. (Deprecated: use Fast Refresh instead.)

React Hot Loader Tweak React components in real time ⚛️ ⚡️ Watch Dan Abramov's talk on Hot Reloading with Time Travel. Moving towards next step React-

Jan 1, 2023

Chat Loop is a highly scalable, low-cost, and high performant chat application built on AWS and React leveraging GraphQL subscriptions for real-time communication.

Chat Loop is a highly scalable, low-cost, and high performant chat application built on AWS and React leveraging GraphQL subscriptions for real-time communication.

Chat Loop Chat Loop is a highly scalable, low cost and high performant chat application built on AWS and React leveraging GraphQL subscriptions for re

Jun 20, 2022

Application that show the survey results for backend frameworks to the user in real time.

Application that show the survey results for backend frameworks to the user in real time.

.Net5 Hangfire and SignalR Survey Application Application that show the survey results for backend frameworks to the user in real time. The hangfire j

Dec 17, 2021

Notifies and then closes draft pull requests that have had no activity for a specified amount of time.

Close Stale Draft Pull Requests This action has been inspired by microsoft/vscode-github-triage-actions, actions/stale and probot/stale, ultimately wr

Jan 7, 2022

A react component helps bring Figma's Cursor Chat to your web applications in less than 3 minutes, making real-time collaboration anywhere

A react component helps bring Figma's Cursor Chat to your web applications in less than 3 minutes, making real-time collaboration anywhere

@yomo/react-cursor-chat 🧬 Introduction A react component helps bring Figma's Cursor Chat to your web applications in less than 3 minutes, making real

Nov 17, 2022

Real-time covid data in Brazil states.

Real-time covid data in Brazil states.

Brazil Covid Data Brazil Covid Data is a web application that allows you to see information about the pandemics on your state just by hovering it on t

Feb 15, 2022

The chat app built with microservice architecture, the app using: Lerna, pm2, GraphQL

The chat app built with microservice architecture, the app using: Lerna, pm2, GraphQL

Microservice Chat App A microservice app! Built With Lerna pm2 Graphql Sequelize Socket.io About The Project Here's why: I want learn socket.io and mi

Aug 27, 2022
This is not my code, just trained with "From Scratch - Développement Web" youtube video

React-Countries-API DISCLAIMER FR : Ceci n'est pas mon code, je me suis juste entraîné à partir de la vidéo de From Scratch - Développement Web ! EN :

LejusVDP 1 Jan 4, 2022
Backend postgreSQL created from scratch, 4-person team, 2 day-sprint.

backend-bookstore Created a backend bookstore API from scratch. Project and testing created vertically. Created BY Michelle Nygren GitHub: https://git

Michelle Nygren 2 Mar 25, 2022
Scratch Incubator hosts a number of interesting, open-source, and arguably useful experiments and tools.

This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Open http://

null 6 Jul 6, 2022
A Webapp related to Crypto go and have a look shows every thing you want to know

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Kamal joshi 3 Oct 19, 2021
🔄 Basic project to start studying React and Typescript. With it you can translate text to binary or morse language. This project addresses the creation of routes and components.

max-conversion Projeto criado para iniciar nos estudos de React e Typescript Basic project to gain knowledge in react Na plataforma é possível convert

Igor Neves 3 Feb 12, 2022
Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.

Material-UI Quickly build beautiful React apps. Material-UI is a simple and customizable component library to build faster, beautiful, and more access

Material-UI 83.6k Dec 30, 2022
Safari-like start page

Safari-like Start Page Safari-like Start Page - Online Preview Installation clone this repo # Clone the repo # Using HTTPS git clone https://github.c

Louis 8 Dec 8, 2022
Start developing LIFF application with a simple CLI command.

@line/create-liff-app Start developing LIFF application with a simple CLI command. About LIFF Templates Getting Started Create LIFF Channel Installati

LINE 27 Nov 10, 2022
Run an Ethereum node — just press start

NiceNode "Run a node, just press start" Mission: 2x the number of Ethereum nodes by making a one-click-to-start Ethereum node Why?: The light client r

Johns Gresham 81 Jan 2, 2023