Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naufaldi/react-redux-dec-26
Repository for Learning React Redux
https://github.com/naufaldi/react-redux-dec-26
Last synced: about 2 months ago
JSON representation
Repository for Learning React Redux
- Host: GitHub
- URL: https://github.com/naufaldi/react-redux-dec-26
- Owner: naufaldi
- Created: 2023-12-02T23:56:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T05:18:34.000Z (about 1 year ago)
- Last Synced: 2024-10-18T22:56:52.281Z (3 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dibimbing Frontend Engineer 15 Bootcamp
Welcome to the Dibimbing Frontend Engineer 15 Bootcamp! This repository contains the necessary setup for starting your journey as a Frontend Engineer with us. We're excited to have you on board and look forward to seeing your progress.
## Tech Stack
Our bootcamp utilizes a modern tech stack to ensure you are learning the latest and most relevant technologies in the industry:
- **Vite:** A blazing-fast frontend build tool, offering a significantly faster and more efficient development experience.
- **React:** A powerful JavaScript library for building user interfaces, known for its flexibility and efficiency.
- **React Router:** A standard library for routing in React, allowing for dynamic and client-side routing in your applications.## How to Setup with Fork
To get started, you will need to fork this repository and set it up on your local machine. Here's a step-by-step guide:
### Step 1: Fork the Repository
1. Navigate to the GitHub page of this repository.
2. In the top-right corner of the page, click the "Fork" button.
3. This will create a copy of the repository in your GitHub account.### Step 2: Clone Your Forked Repository
1. Go to your GitHub account and open the forked repository.
2. Click on the "Code" button and copy the URL provided.
3. Open your terminal and run the following command:```
git clone [URL of the forked repository]
```Replace `[URL of the forked repository]` with the URL you copied.
### Step 3: Install Dependencies
1. Navigate into the cloned repository directory in your terminal:
```
cd react-redux-dec-26
```2. Install the required dependencies:
```
npm install
```### Step 4: Run the Development Server
1. Start the development server:
```
npm run dev
```2. Open your browser and navigate to `http://127.0.0.1:5173/` to see the application running.
## Getting Help
If you encounter any issues or have questions, please reach out to the bootcamp instructors or your fellow bootcampers in the designated communication channels.
## Contributing
We encourage active participation and contributions from all bootcampers. If you have suggestions for improvements or find any bugs, feel free to open an issue or submit a pull request.
Happy coding, and welcome to the Dibimbing Frontend Engineer 15 Bootcamp!