how to run react app in atom code example
Example: how to start react project on atom
npm i create-react-app -g
create-react-app myapp
cd myapp
atom .
yarn start
npm i create-react-app -g
create-react-app myapp
cd myapp
atom .
yarn start