Welcome to the Simple Portfolio Project workshop! This workshop is designed to introduce participants to the basics of web development and Angular framework. By the end of this workshop, you will learn how to convert a vanilla HTML/CSS project into a dynamic Angular application.
The objective of this workshop is to provide you with hands-on experience in converting a static website into a dynamic Angular application. You will gain familiarity with basic Angular concepts and best practices.
To get started with the workshop, follow these steps:
-
Fork the Repository:
Click the "Fork" button in the top right corner to create a copy of the repository under your GitHub account.
-
Clone the repo (Replace your-username with your GitHub username)
git clone https://github.com/your-username/academy-portfolio.git
-
Navigate to the Project Directory
-
Set Up Your Development Environment:
If you don't have Node.js and npm installed, you'll need to install them first. You can download and install Node.js from here . Follow the installation instructions for your operating system.
-
Install Angular CLI:
npm install -g @angular/cli
NOTE: If you get the following error:
EACCES: permission denied
, runsudo npm install @angular/[email protected] -g
-
Choose your Directory:
If you want to explore the vanilla HTML/CSS project, navigate to the vanilla-html-css directory and follow the instructions provided in the README. If you're ready to dive into Angular development, navigate to the angular-project directory and follow the instructions provided in the README.
-
Happy Coding! 🚀