mickeymond / ecommerce-app-alpha

3 stars 0 forks source link

Develop the Home page #12

Open mickeymond opened 7 months ago

mickeymond commented 7 months ago
  1. Ensure you are on the develop branch in vs code (if you have any other old branches from previous work, please delete them)
  2. Fetch (Prune) while in develop and Sync Changes if indicated by the button.
  3. Create your working branch from develop (you are free to decide on the name of your branch)
  4. Run npm install to ensure that you have up-to-date dependencies.
  5. Run npm start to launch the development server enabling you to visit your page at http://localhost:3000
  6. Make your code changes only inside the src/pages/home/index.jsx file and save it to see reflected in the browser.
  7. Please do not write your own CSS since we are using Tailwind CSS exclusively.