GithubHelp home page GithubHelp logo

cuitymiko / react-redux-saga-antd-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emersonpgomes/react-redux-saga-antd-starter

0.0 1.0 0.0 29 KB

:ant: A React + Redux + Redux Actions + Redux Saga + Ant-Design frontend boilerplate

License: MIT License

JavaScript 85.27% CSS 1.31% HTML 13.41%

react-redux-saga-antd-starter's Introduction

react-redux-saga-antd-starter

A React + Redux + Redux Actions + Redux Saga + Ant-Design frontend boilerplate.

Setup

# install dependencies
yarn (or npm install)

# serve with hot reload at localhost:3000
yarn start (or npm start)

Scripts

  • yarn start (or npm start): Starts the application on development mode
  • yarn lint (or npm run lint): Run lint once
  • yarn lint:watch (or npm run lint:watch): Run tests in lint mode
  • yarn build (or npm run build): Build project to production
  • yarn clean (or npm run clean): Run clean dist

Dependences

  • Ant-Design
  • Babel
  • ESLint (Airbnb)
  • LESS
  • PostCSS
  • React
  • React Router
  • React Router Redux
  • Redux
  • Redux Actions
  • Redux Saga

Generated File Tree

.
├── src                            # Source directory
    ├── store                      # Schems and flux data
        ├── actions
        ├── sagas
        ├── configure-store.js        
        └── reducers.js
    ├── views                      # UI components
        ├── components
        └── containers
    ├── www
        └── index.html             # HTML for entry file
    ├── application.js             # Provider file
    ├── constants.js               # Constants
    ├── index.js                   # Entry file
    └── theme.less                 # Theme configuration for Antd
├── .editorconfig
├── .eslintrc                      # Eslint config
├── .gitignore
├── .babelrc                       # Babel config
└── package.json

Open http://localhost:3000 in your browser.

react-redux-saga-antd-starter's People

Contributors

emersonlaurentino avatar brunorafael8 avatar arthurdenner avatar

Watchers

James Cloos 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.