/yoof

Website for Technology Company to display it's profile and portfolio build with React

Primary LanguageCSS

Getting Started with Yoof Project

This project is just to create a template for the company profile with both mobile and desktop views

Live demo

You can see a live demo project here Live Demo.

Deployment

- npm install gh-pages --save-dev
- "homepage": "https://{username}.github.io || "homepage": "https://Aidan-bn.github.io/yoof",
- "homepage": "https://testwebsite.com" // for custom deployment
- "predeploy": "npm run build", // Add to package.Json in script section
- "deploy": "gh-pages -d build", // // Add to package.Json in script section
- "predeploy": "npm run build",
- "deploy": "gh-pages -d build"
- npm run deploy