Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

builderscon/nanp

Repository files navigation

nanp

Connect between the sponsors and the audience

Getting Started

Install tools

  • yarn
    • npm install -g yarn@latest
  • react-native-cli
    • npm install -g react-native-cli
  • flow-typed
    • npm install -g flow-typed

Run the app

  1. Clone this repo to your local machine
  2. Run yarn
  3. Run flow-typed install
  4. Run react-native run-ios / react-native run-android

Contributing

Commit message

We use emoji to write commit message. In order to get appropriate emoji, See gitmoji.

Redux

When you make new reducers, action creators and so on, follow the proposal Ducks. This guideline makes less dirs/files in a project.

And, We use also Flux Standard Action to design actions and action creators.

About

Connect between the sponsors and the audience

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published