Git Product home page Git Product logo

react-modele-vite's Introduction

๐Ÿ“ฆ React Modele Vite

Description

Welcome to Nostromo, a CLI allowing you to create a React template to a remote repo. It builds the template to your local folder and make the first commit, then open the repo with VSCode.

Overview

terminal_screenshot

TOOLS

  • react
  • react-dom
  • typeScript
  • vite
  • eslint-airbnb

Use

It's basically a copying/pasting the interesting parts of the model in the project folder, without overwriting any specific files.

To create a modele template :

  • go to the folder which will contain your new project

    the repo React-modele-vite must also be there.

  • run the wizard to get the remote repository :

    ```sh
    cd dossier/my_repo
    # Example : ../../../my_personnal_repo
    
    # launch script
    ./React-modele-vite/bin/install.sh
    # if necessary, give rights to this file :
    # `sudo chmod +x ./React-modele-vite/bin/install.sh`
    
    # Give :
    #   - new project name
    #   - Git repo SSH address (ex : [email protected]:random-project.git)
    ```
    

Additional tools reminder

  • COMBO 1 : react-redux + @reduxjs/toolkit
npm i react-redux @reduxjs/toolkit

or

yarn add react-redux @reduxjs/toolkit
  • COMBO 2 : recoil
npm i recoil

or

yarn add recoil

react-modele-vite's People

Contributors

martinbinard avatar

Stargazers

 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.