Browse Source

Less feels

main
Dan 7 years ago
parent
commit
eff5afaf3b
  1. 2
      content/docs/add-react-to-a-website.md

2
content/docs/add-react-to-a-website.md

@ -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:

Loading…
Cancel
Save