Giter Site home page Giter Site logo

nuts300 / rakuten-react-kit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rakuten-frontend/rakuten-react-kit

0.0 1.0 0.0 49 KB

Rakuten React kit

Home Page: https://github.com/rakuten-frontend/rakuten-react-kit/wiki

License: MIT License

HTML 3.05% JavaScript 94.61% CSS 2.35%

rakuten-react-kit's Introduction

Rakuten React kit

Docs: https://github.com/rakuten-frontend/rakuten-react-kit/wiki

Structure

/
├── build/                   
│   ├──   index.html
│   └──   bundle.js          : Application bundle
│
├── node_modules/            : Node dependencies
│
├── src/
│   ├── components/          : Application Components
│   ├── domain/              : Business Logic
│   │    ├── Middleware/     : Actors who dispatch the actions
│   │    └── Store/        
│   │         ├── actions/   
│   │         ├── reducers/   
│   │         └── state/  
│   │
│   ├── style/               : Global Styles
│   └── main.jsx             : Application Entry Point
│
│
├── .gitignore               
├── .flowconfig              
├── .css.js.flow             
├── package.json             
├── readme.md                
└── webpack.config.js        : Webpack config file

Development

Run server with HMR (Hot Module Replacement) at localhost:9090

npm start

See more about Hot Module Replacement here

Production

Create minified bundle for deployment in the build directory

npm run build

Disclaimer

This is an experimental project. Use it in production with caution.

License

Copyright (c) 2016 Rakuten, Inc. Licensed under the MIT License.

rakuten-react-kit's People

Contributors

adammunoz avatar hrnkoji avatar stagfoo avatar htanjo avatar 10chars avatar shrynx avatar

Watchers

 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.