Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
/ nideovim_react Public archive

A nideovim development environment extension to develop react applications

Notifications You must be signed in to change notification settings

MetaBarj0/nideovim_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nideovim-react

An extension of nideovim especially suited for react applications development.

prerequisites

usage

  • terminal based
  • no graphical user interface

tooling

  • POSIX compliant shell
  • git (nideovim is a submodule)
  • rev
  • cut
  • docker (either native or Docker Desktop or Orbstack)
    • buildx plugin
    • compose plugin
  • make
  • command
  • GNU sed
  • (optional) less

Generally speaking, a recent linux distribution or MacOS should do the job. For MacOS, ensure to install gsed using Homebrew for instance.

hardware

  • some giga-bytes of free storage to build and use the stuff

how to use?

  1. configure the project interactively with the make init command.
  2. build the IDE with the make build command.
  3. start the IDE with the make up command.
  4. use the IDE with the make shell command.
  5. shutdown with the make down command.
  6. getting some help with the make help command.

base project

nideovim_react is an extension of the parent project nideovim. It is specified as submodule in the nideovim folder.

About

A nideovim development environment extension to develop react applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published