Comment commencer le projet réagir sur Atom
npm i create-react-app -g
create-react-app myapp
cd myapp
atom .
yarn start
MadMan
npm i create-react-app -g
create-react-app myapp
cd myapp
atom .
yarn start