djfrsn / ericaberardi

Erica Berardi Photography

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erica Berardi Photography

A minimalist photography website with site wide content editing and gallery upload. View the site at ericaberardi.com.

  • React
  • React-Redux
  • React-Router
  • Redux
  • Redux-Devtools-Extension for Chrome
  • Redux-Simple-Router
  • Babel
  • Firebase
    • JSON Datastore
    • OAuth authentication with GitHub, Google, and Twitter
    • Hosting
  • Gulp
  • SASS
  • Webpack
    • Webpack dev server
    • Hot-reloading
    • Compile SASS
    • Inject css and js dependencies into html

Developing

Prerequisites

node >= 5.2

Installing Dependencies

$ npm install

Gulp v4 (optional)

$ npm install -g gulpjs/gulp-cli#4.0

The gulp tasks for this project require gulp v4-alpha. If you don't wish to globally install the v4 gulp-cli, you can run the gulp tasks using the locally installed gulp under ./node_modules/.bin — for example:

$ ./node_modules/.bin/gulp run

Redux DevTools extension for Chrome (optional)

This project is configured to take advantage of the Redux DevTools extension for Chrome. Get the extension from the Chrome Web Store.

Commands

Develop

$ gulp

or

$ 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

Release Builds

$ npm run build
  • Generate bundled and minified artifacts and deposit into /target directory
  • Inject style and script tags into index.html

About

Erica Berardi Photography

License:MIT License


Languages

Language:JavaScript 86.4%Language:CSS 13.2%Language:HTML 0.3%Language:Shell 0.1%