rodriggj / mearn-ecommerce

0 stars 0 forks source link

React Setup & Git initialize #1

Closed rodriggj closed 2 years ago

rodriggj commented 2 years ago
  1. Create parent directory

    mkdir mearn-ecommerce
  2. Nav into dir and create react app

    npx create-react-app frontend
  3. Validate install of react app by running the application

    cd frontend
    npm run start