endiliey / fundraisee-web

:earth_asia: Open source fundraising platform

Home Page:https://fundraisee.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fundraisee

Build Status code style: prettier Contributions welcome

Quick Start

git clone https://github.com/Kindev/fundraisee-web.git
cd fundraisee-web

yarn install

Install the required dependencies defined in package.json

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.
You will also see any lint errors in the console.

yarn prettier

Format the code automatically to ensure consistent code style.

yarn test

Launches the test runner in the interactive watch mode.

yarn 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.

Folder Structure

We follow common React-Redux code pattern. Separate folders for “actions”, “constants”, “reducers”, “containers”, and “components”. Note that "components" are dumb and should not be aware of Redux, try to read https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0 (creator of Redux)

fundraisee-web/
  src/
    actions/
    constants/
    components/
      MyComponent/
        index.js
        styles.css
    containers/
      MyContainer/
        index.js
        styles.css
    reducers/
    index.js
  ...

About

:earth_asia: Open source fundraising platform

https://fundraisee.netlify.com/


Languages

Language:JavaScript 72.7%Language:HTML 21.4%Language:CSS 5.9%