Giter Club home page Giter Club logo

ultimate-react-app's Introduction

BrylleGomez's Ultimate React App Template

Ultimate template for a React+TS single page application.

Tech Stack

  1. React → Frontend Framework
  2. TypeScript → Language
  3. Vite → Frontend Build Tool
  4. Yarn → Package Manager
  5. Tailwind → Utility CSS

Project Setup

  1. Install NodeJS, NPM, and Yarn
    1. Install NodeJS (comes with NPM) → full guide
    2. Install Yarn → npm install -g yarn
    3. (Optional) Enable Yarn in PowerShell → Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
  2. Create React/TypeScript template using Vite & Yarnyarn create vite <project_name> --template react-ts
    1. Install needed packages → yarn install
  3. Setup Git in projectgit init
    1. Perform initial commit
    2. (Recommended) Publish to GitHub as public/private repo
  4. Setup ESLint and Prettier
    1. Install and setup code linting w/ ESLint → guide
    2. Install and setup code formatting w/ Prettier → guide (do not setup VS Code)
    3. Making ESLint and Prettier work together → guide
  5. Setup Tailwindguide
    1. (Recommended) Install VS Code extension for Tailwind Intellisense

Usage

  1. Download repository:
    • Clone method: git clone https://github.com/BrylleGomez/ultimate-react-app.git
    • Or download as .zip and unzip the contents
  2. (Optional) Initialize git repo with git init, if code was downloaded from the zip file (publish/push to GitHub if desired)
  3. Install packages using yarn or yarn install
  4. (Optional) Change "name" field in package.json from "ultimate-react-app" to desired project name

ultimate-react-app's People

Contributors

bryllegomez avatar unicornlab-brylleg avatar unicornlab-zethl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.