Skip to content

GDSC-Study-Sessions/react-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project setup

  • select use template and choose namee for your repo
  • clone the repository
  • cd to the repo
  • npm install
# Folder Structure

**component** - this folder contain all small react component used to build a page

**hooks** - include all custom hooks you write in this folder

**pages** - include only page components here

**utils** - common funcionality shared across the projects

**assets** - include images,video and other static files here


In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors