mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 07:25:20 +00:00
Less feels
This commit is contained in:
@@ -152,7 +152,7 @@ You can play with JSX using [this online converter](http://babeljs.io/repl#?babi
|
||||
|
||||
### Add JSX to a Project
|
||||
|
||||
Adding JSX to a project doesn't require complicated tools like a bundler or a development server. Essentially, adding JSX **feels a lot like adding a CSS preprocessor.** The only requirement is to have [Node.js](https://nodejs.org/) installed on your computer.
|
||||
Adding JSX to a project doesn't require complicated tools like a bundler or a development server. Essentially, adding JSX **is a lot like adding a CSS preprocessor.** The only requirement is to have [Node.js](https://nodejs.org/) installed on your computer.
|
||||
|
||||
Go to your project folder in the terminal, and paste these two commands:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user