HarshCasper/good-first-issues

Setup the React App Boilerplate

Closed this issue ยท 6 comments

Description

Setup a Create React App Template. If this is the first time, you will be using React, let me share some information about it.

Create React App (CRA) is a toolkit that is generally used for setting up React Application with ease along with a lot of features, with a unified CLI. Feel free to read about it on the official Github Repository and on the Docs. This Article can give you more depth about what you will be dealing with.

Directory Structure

You are supposed to fork the repository and create a branch where you will push your changes. Don't push the entire App on the Root. We will follow this directory structure:

- /client 
-- /src
...
-- index.js
-- registerServiceWorker.js
- .gitignore
- package-lock.json
- package.json

The Frontend Code will be in a client directory while the Backend Code will be in the server directory. Keep all the Frontend Code on the Client Directory which you will be supposed to create. Take a look at the Boilerplate Code and replace it with a simple Heading Tag which says: Good First Issues.

@HarshCasper I would like to work on it. could you please assign it to me.

Harsh I will also like to work on the react part

Harsh I will also like to work on the react part

You can work on the follow-up issue to add routing and the UI libraries ๐Ÿ‘

ok, can you tell about the remaining two documentation work like exactly what i have to do in them
โ€ฆ
On Mon, Jul 5, 2021 at 10:52 PM Harsh Mishra @.***> wrote: Harsh I will also like to work on the react part You can work on the follow-up issue to add routing and the UI libraries ๐Ÿ‘ โ€” You are receiving this because you commented. Reply to this email directly, view it on GitHub <#4 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASKJO3RUYZQJISEAWSWGJLLTWHS4HANCNFSM472NSNYA .

Have a look at this project for your reference. Go to the relevant file to get an idea.
Link:- https://github.com/DSC-SIST/Discord-Bot

@Vishal999code For Pull request and Issue tempate documentations one there itself harsh has mentioned.