Basic Commands

Creating an app


    $ npx create-react-app <app_name>
        

Running an app


    $ npm start