Skip to content

tlapuste/serve-those-seniors

Repository files navigation

Nondescript senior citizen service platform

Features

  • React, redux, react-redux, react-router, react-router-redux
  • Gulp, Babel and Webpack:
    • Webpack dev server
    • Hot-reloading
    • Compile SASS
    • Inject css and js dependencies into html
  • Firebase
    • JSON Datastore
    • OAuth authentication with GitHub, Google, and Twitter
    • Hosting

Dev

Prereqs

node >= 5.2

Start

$ npm install && npm start
  • Builds the project
  • Starts the Webpack dev server at localhost:3000
  • Watches for changes to the source files and process changes
  • Live-reloads the browser

Testing

$ gulp test.watch

Executing gulp test.watch will:

  • Run the test suites
  • Watch for changes to the source files
  • Re-run the tests whenever the sources are modified

For a single test run without auto-watch, execute gulp test instead.

Release Builds

$ gulp dist
  • Generate bundled and minified artifacts and deposit into /target directory
  • Inject style and script tags into index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published