Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Code editors

Nikolaj Ivancic edited this page Mar 12, 2021 · 6 revisions

Meta:

List and describe text/code editors (from Windows Notepad up to VSCode as the ultimate Editor / IDE)

Code editors

As soon as the first RedwoodJS page gets generated (by running the Redwood CLI in a terminal),

yarn redwood generate page home /

we need a code editor to start populating this (skeleton) page with RedwoodJS components - a process called application development.

Clone this wiki locally