npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

zeix-react-redux-boilerplate

v0.1.6

Published

A React Redux Boilerplate from your friends @zeix

Downloads

25

Readme

zeix-react-redux-boilerplate

Features

Plop it!

We use plop to generate your specific project files. With our handcrafted plop generators you can add React components and saga files. You even can rename or remove them. You only have to worry about your own added dependencies!

React

Just start using React. It's all set up.

Redux

React is only half the fun without Redux and it's amazing store management. With our boilerplate you don't have to worry about Root Reducers and the problem of accessing your store from any component. If you use our plop generators all will be set up.

Webpack

Grunt and gulp are so 2014. We use webpack too quickly build your files and you can watch it in the browser without any problem.

SCSS

Write your CSS in amazing SCSS (do we really need to introduce SCSS to you?)

Getting started

zeix-react-redux-boilerplate is available via npm. So you just have to install it globally on your pc/mac/whateveryouuse

npm install -g zeix-react-redux-boilerplate

After this you are ready to start your very own react-redux project. Go to your projects directory, where you want to save the folders for your project.

Enter following command to your command line to setup a project.

make-the-web-great-again your-project-name

Now you have a proper project directory, with the certified (by ourselves) directory structure. Now go into your project directory and install the dependencies

cd your-project-name 
npm install

Now you're all setup and you can start transforming coffee into awesome code!

Webpacking the server

If you want to start the webpack server you just have to enter following command into command line tool:

npm run dev

Now your most favourite web browser should automatically open the builded web app. That's amazing!

Using plop

You know what really amazing is? With the zeix-react-redux-boilerplate you never have to create React components. We have covered that for you, with our plop generators.

If you have to create a component or something else you just can type following command in your cmd.

npm run generate

After this you'll get an list with the available generators. Add the moment we have following generators for you:

  • Create a React Component
  • Rename a React Component
  • Remove a React Component
  • Add Saga Watcher and Worker

More to come!! That's yuge

License

This project is licensed under the MIT license, Copyright (c) 2017 Zeix AG. For more information see LICENSE.md.