joshuaai / book-store

A simple Bookstore App testing out React-Redux boilerplate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + Redux Bookstore Boilerplate

The boilerplate for this code is from the popular React Slingshot. This project also has a help file.

git clone https://github.com/coryhouse/react-slingshot.git book-store
npm run setup
npm start -s

The -s flag reduces noise in the console. To remove the default example app, run npm run remove-demo.

Technologies

Slingshot offers a rich development experience using the following technologies:

Tech Description Learn More
React Fast, composable client-side components. Pluralsight Course
Redux Enforces unidirectional data flows and immutable, hot reloadable store. Supports time-travel debugging. Lean alternative to Facebook's Flux. Getting Started with Redux, Building React Applications with Idiomatic Redux, Pluralsight Course
React Router A complete routing library for React Pluralsight Course
Babel Compiles ES6 to ES5. Enjoy the new version of JavaScript today. ES6 REPL, ES6 vs ES5, ES6 Katas, Pluralsight course
Webpack Bundles npm packages and our JS into a single file. Includes hot reloading via react-transform-hmr. Quick Webpack How-to Pluralsight Course
Mock API A simple tool for generating test API endpoints
Browsersync Lightweight development HTTP server that supports synchronized testing and debugging on multiple devices. Intro vid
Jest Automated tests with built-in expect assertions and Enzyme for DOM testing without a browser using Node. Pluralsight Course
TrackJS JavaScript error tracking. Free trial
ESLint Lint JS. Reports syntax and style issues. Using eslint-plugin-react for additional React specific linting rules.
SASS Compiled CSS styles with variables, functions, and more. Pluralsight Course
PostCSS Transform styles with JS plugins. Used to autoprefix CSS
Editor Config Enforce consistent editor settings (spaces vs tabs, etc). IDE Plugins
npm Scripts Glues all this together in a handy automated build. Pluralsight course, Why not Gulp?

About

A simple Bookstore App testing out React-Redux boilerplate.

License:MIT License


Languages

Language:JavaScript 93.3%Language:HTML 6.7%