Skip to content

LouisvilleMakesGames/lmg-meetingnotes

Repository files navigation

react-redux-boilerplate

Boilerplate SPA with React, Redux, Immutable, Babel, Eslint, & Mocha

This boilerplate app has all the pieces set up for what I think is a top-shelf front-end JavaScript Single Page Application.

A Comprehensive Guide to Test-First Development with Redux, React, and Immutable helped me put a lot of this together.

Commands

  • npm install to install all the dependencies.
  • npm start to start a webpack-dev-server on http://localhost:4000. The dev server will live-reload the page when you save changes to the code.
  • npm run build to build the app.js file for the browser.
  • npm run watch to build the app.js file for the browser and rebuild it when you save changes to the code.
  • npm test to run the tests.
  • npm run test-watch to run the tests and rerun the tests when you save changes to the code.

About

A small application to record and view meeting notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published