Git Product home page Git Product logo

assorted-reactjs-apps's Introduction

USP

Set up, and deploy React app for free within 10 seconds. Vite > CRA

React + Vite (ignorable)

I am tired of create-react-app, it's very slow to npm install and npm start. I intent to use this as my go to React template.

How to use

  1. npm install - install dependencies
  2. npm run dev - start dev server
  3. npm run predeploy && npm run deploy - deploy latest commit to github pages. No manual work is needed. Just visit the URL, it should be live!

Using repo as template (optional)

  1. Fork this repo on GitHub to start a new project.
  2. Run npm run fix_package_json_for_current_repo. This fixes the homepage and name keys, which are needed for GitHub pages deployment.
  3. Add package.json and commit.

Notes

  • Tip: Use pnpm instead of npm for even faster installation time.
  • Deletable/starter code is marked by an underscore at the end. Folders and contents like this can be deleted without affecting Vite.

Tools

  1. Tailwind - added node package to project, so sorting of classes works. Install prettier (to activate sorting) and tailwind official extension (for intellisense) on vscode.
  2. Scss - installed node package. The tailwind vscode extension gives highlighting support for Tailwind stuff in scss files.

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.