An extension of nideovim
especially suited for react applications
development.
- terminal based
- no graphical user interface
- 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.
- some giga-bytes of free storage to build and use the stuff
- configure the project interactively with the
make init
command. - build the
IDE
with themake build
command. - start the
IDE
with themake up
command. - use the
IDE
with themake shell
command. - shutdown with the
make down
command. - getting some help with the
make help
command.
nideovim_react
is an extension of the parent project
nideovim. It is specified as
submodule in the nideovim
folder.