Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.27 KB

File metadata and controls

51 lines (36 loc) · 1.27 KB

React Slingshot

Status React JavaScript Redux

React starter kit for rapid web application development with modern JavaScript tooling.

Boilerplate with React 16, Redux, React-Router, Webpack, Babel, Browsersync, hot module reloading, Jest+Enzyme testing, ESLint, and SASS. Includes a fuel savings calculator example app.


Features

  • One-command startup with npm start
  • Hot reloading on file saves
  • Integrated linting and testing (Jest + Enzyme)
  • Automated production builds
  • Multi-device testing (Browsersync)
  • ES6 transpilation (Babel)
  • Example fuel savings calculator app

Tech Stack

Layer Technology
Framework React 16, Redux, React-Router
Build Webpack, Babel
Testing Jest, Enzyme
Styling SASS, PostCSS
Dev Browsersync, HMR
Linting ESLint

Getting Started

npm install
npm start
# Open http://localhost:3000

License

MIT