GithubHelp home page GithubHelp logo

on3iro / react-redux-cookiecutter Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 182 KB

An opinionated cookiecutter for React/Redux projects with Redux-Loop and Styled-Components

Python 3.55% JavaScript 94.92% HTML 1.34% CSS 0.19%

react-redux-cookiecutter's Introduction

Note: This repository has been archived in favor of: https://github.com/4so-fourseasons/react-redux-cookiecutter

ToC

React-Template

This is our template to quickly scaffold new React projects.

Installing / Getting started

To get started you first need to install Python and Cookiecutter, on your local maschine. Then you need to clone this repository.

Now just run the following command from the directory you ran the git clone command in and cookiecutter will guide you trough a minimal setup:

cookiecutter react-template

This will create a new project in its own directory and update certain files according to the settings you made. This will also let you initialize a new git repository inside the new directory and immediately install npm dependencies. You can then add some central remote repository (i.e. from our local GitLab) as a remote and make an initial commit.

Developing

Built With

This project includes quite a few opinionated settings which where made according to our own guidelines. Therefore this template includes:

  • React as view-library
  • Redux for state management
  • Redux-loop for sideeffects
  • Reselect for selector memoization
  • Styled-components for component level CSS styling
  • Axios for request handling
  • Webpack as module bundler, dev server and build tool
  • Babel for ES6 and Flow transpilation
  • Flow as type-checker
  • Standard as JS linter
  • StyleLint as scss/css linter
  • CSS-Autoprefixing via postcss
  • Jest as testing framework
  • SVG-Sprite for automatic sprite/scss generation
  • normalize.css as CSS-reset
  • Furhtermore the template is initialized with our README-template where basic setup/dev-server/build steps are already prefilled

Versioning

We use SemVer for versioning.

react-redux-cookiecutter's People

Contributors

on3iro 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.