项目作者: gagigante

项目描述 :
A simple application to learn Redux in React
高级语言: TypeScript
项目地址: git://github.com/gagigante/gostack-redux.git
创建时间: 2020-09-28T01:32:09Z
项目社区:https://github.com/gagigante/gostack-redux

开源协议:

下载



GoStack-Redux


GoStack-Redux


GitHub language count

Repository size


GitHub last commit



Repository issues


License


Technologies |
How to run |
Project |
How to contribute |
License


:rocket: Technologies

This project was developed with the following techs:

💻 Project

This project is a simple e-commerce cart to learn Redux, Redux Saga and Flux Architecture

:runner: How to run

Install dependencies

  1. $ yarn
  2. or
  3. $ npm install

Start fake api

  1. $ yarn server
  2. or
  3. $ npm server

Start the website

  1. $ yarn start
  2. or
  3. $ npm start

🤔 How to contribute

  • Fork this repo;
  • Create a branch for your new feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My brand new feature';
  • Push it to your branch: git push origin my-feature.

After merge of your pull request, you can delete your branch.

:memo: License

This project is under MIT license. See the file LICENSE for details.