Aula 0: Setup do Projeto | Full Stack Week - 5ª Edição
Table of Contents
Introduction
Welcome to the setup tutorial for the Full Stack Week project, FSW Barber! This guide will prepare you for the upcoming coding sessions by helping you establish the necessary environment and tools. By following these steps, you’ll be ready to dive into coding from day one.
Step 1: Gather Required Materials
Before the first coding session, ensure you have all necessary resources and tools. Here’s what you need:
- Development Environment: Make sure you have a code editor installed, such as Visual Studio Code.
- Node.js: Download and install Node.js, which is crucial for running JavaScript on your machine.
- Git: Install Git to manage your project version control.
Useful Links
- Community on Discord
- FSW Notion Guide
- Free Courses on Typescript, React, NextJS
- Project Repository on GitHub
Step 2: Set Up Your Development Environment
Now that you have the tools, it’s time to set up your development environment. Follow these steps:
-
Install Node.js:
- Visit the Node.js website and download the latest LTS version.
- Follow the installation instructions for your operating system.
-
Install Git:
- Download Git from the official Git website.
- Follow the setup wizard and use the default settings for most options.
-
Clone the Project Repository:
- Open your terminal (Command Prompt, PowerShell, or Terminal).
- Navigate to the directory where you want to store your project.
- Run the command:
git clone https://github.com/felipemotarocha/fullstackweek-barber-v2.git
-
Install Project Dependencies:
- Change directory to the project folder:
cd fullstackweek-barber-v2
- Install the necessary packages:
npm install
- Change directory to the project folder:
Step 3: Join the Community
Engaging with fellow participants can enhance your learning experience.
- Join the Discord Community:
- Connect with other developers, share your progress, and ask questions.
Step 4: Prepare for Class
As the first class approaches, ensure you have:
- Reviewed all the materials provided in the Notion link.
- Familiarized yourself with the project structure in the GitHub repository.
- Set reminders for class dates and times.
Important Dates
- First Class Date: 05/08 at 20h
Conclusion
You are now set up and ready to begin your journey with the FSW Barber project! Make sure to review all the materials and participate in the community. Don't forget to attend the first class, where you'll get further guidance and start coding. Happy coding!