Skip to content

aayushi-c247/code-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App and it is implemented using react+redux.

Project Structure: All source code for the React app is located in the /src folder. Inside the src folder there is a app folder where all the components and containers are there, and redux logics are written in this folders(actions,logic, reducer) and a bunch of folders for common code that can be shared across different parts of the app (config, helpers, common, interface) and one for the graphql mutation definition.

The index.js files in each folder are barrel files that group all the exported modules together so they can be imported using the folder path instead of the full module path and to enable importing multiple modules in a single import.

Available Scripts

In the project directory, run this command to install all dependencies:

yarn install

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors