GithubHelp home page GithubHelp logo

kareemaly / redux-typescript-nodejs-starter Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 1.38 MB

Typescript, React, Redux, Nodejs, Mongodb starter project

JavaScript 98.43% HTML 0.05% TypeScript 1.47% CSS 0.05%

redux-typescript-nodejs-starter's Introduction

Typescript, React, Redux, Nodejs, Mongodb starter project

Workflow for creating a new resource

๐Ÿ“ Shared

  • Add api interface to src/shared/api.d.ts
  • Add model interface to src/shared/models.d.ts

๐Ÿ“ Server

โœ”๏ธ Model
  • Create configureMethod to create db model
  • Add it to models.config.ts
  • Create Repository class
โœ”๏ธ Controller
  • Create a controller class that implements the interface you added in api.d.ts
  • add it to the kernel.config.ts
โœ”๏ธ Router
  • Create the resource router
  • add it to the router.config.ts

๐Ÿ“ Client

โœ”๏ธ Api
  • Create Api class that implements the api interface you added in api.d.ts
โœ”๏ธ Constants
  • Add resource actions constants
โœ”๏ธ Actions
  • Create action creators
  • Add them to kernel.config.ts
โœ”๏ธ Reducers
  • Create reducers to manage the state

redux-typescript-nodejs-starter's People

Contributors

kareemaly avatar

Watchers

 avatar

Forkers

goodsensejp

redux-typescript-nodejs-starter's Issues

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.