Code Monkey home page Code Monkey logo

abdu-dhabi-capital's Introduction

What's Being Used?

Getting Started

In order to get started developing, you'll need to do a few things first.

  1. Install all of the node_modules required for the package. Depending on the computer's configuration, you may need to prefix this command with a sudo.
npm install

or

sudo npm install

yarn can be used it is already installed

yarn install

or

sudo yarn install
  1. Lastly, run the start command to get the project off the ground.
npm start

or

yarn start
  1. Head over to http://localhost:3000 to see the app live!

File Structure

build/

This is where application will be compiled. Assets, like images and fonts, should be placed directly within this folder. Also in this folder is a default index.html file for serving up the application.

src/

The client folder houses the client application for project. This is where client-side Javascript components (and their directly accompanying styles) live.

App Components

api/

API directory contains the api calls which are triggering through the app. The purpose of api/ directory is to create an abstract layer for api with function with the paramters.

assets/

Assets contains images and css resources of app

components/

Components contains all the feature of blocks application page. Components should work like feature based widgets and should be rendered through the pages.

pages/

Pages contains all the application pages or top level react-router components. Pages are being used to implement the layout/grid of any page.

pages/*/ducks/

Each ducks directory in pages directory contains all the redux resources like action-types, action-creators, & reducers.

routes/

Routes has the configuration of all the react routes which are being used in app.

utils/

Utilities that can be used by any part of application.

This project was bootstrapped with Create React App.

abdu-dhabi-capital's People

Contributors

abdul-rahman09 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.