nick-barth / elder_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abstract

Used my own custom react-boiler to do a react test for Elder.

I did not satisfy all of the requirements, I didn't see that Redux was listed as a requirement until I had already completed it, however, I have included a store I wrote for a project earlier if you'd like to check it out, I don't have time to go back and add state management tonight, I'm sorry.

Installation

To run or modify the app, follow instructions below:

Install node, and gulp, then from root:

  1. Server
$ cd server
$ npm install
$ node app
  1. Webpack
$ cd front 
$ npm install
$ npm run js
  1. Gulp
$ cd front
$ gulp

server gonna be @ http://localhost:8080/

About


Languages

Language:JavaScript 81.3%Language:CSS 14.6%Language:HTML 4.1%