Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.1 KB

Codux Intro Tutorial

A Visual IDE for React Projects

Codux is an all-in-one visual development environment. Whether you’re starting a new app, creating components, or editing an existing project, every visual change you make reflects instantly in the code and vice versa. To learn more about Codux, visit our website - https://www.codux.com/

Take it for a Spin

This repo provides an interactive introduction to Codux. The project features various components, each offering an enjoyable lesson that covers the fundamental principles of Codux.

  • Learn how to edit, render and compose apps that make use of React-based components.
  • Create components with TypeScript, SCSS and CSS Modules support.
  • Visually edit in real-time and in an isolated environment.

Development

Run the dev server:

npm run dev

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start