https://github.com/jpdevries/stackerform
Progressively enhanced fork of Thinkful-Ed/stackerAJAX
https://github.com/jpdevries/stackerform
Last synced: 12 months ago
JSON representation
Progressively enhanced fork of Thinkful-Ed/stackerAJAX
- Host: GitHub
- URL: https://github.com/jpdevries/stackerform
- Owner: jpdevries
- License: mit
- Created: 2016-08-09T22:56:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T22:57:39.000Z (over 9 years ago)
- Last Synced: 2025-02-15T03:32:24.854Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stackerForm
========
Progressively enhanced fork of [Thinkful-Ed/stackerAJAX](https://github.com/Thinkful-Ed/stackerAJAX).
## Preview
Have a look at the synchronous and asynchronous endpoints in action.

## Getting Started
In order to build our front end assets, you need to have Node.js/npm latest and git 1.7 or later.
(Earlier versions might work OK, but are not tested.)
For Windows you have to download and install [git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/download/).
Mac OS users should install [Homebrew](http://mxcl.github.com/homebrew/). Once Homebrew is installed, run `brew install git` to install git,
and `brew install node` to install Node.js.
Linux/BSD users should use their appropriate package managers to install git and Node.js, or build from source
if you swing that way. Easy-peasy.
## Getting Started
First, clone a copy of this git repo by running:
```bash
git clone -b grunt git@github.com:jpdevries/stackerForm.git
```
Then cd into the `stackerForm` folder and install the Node dependencies:
```bash
cd stackerForm
npm install
```
You should now be able to run the Node server!
```bash
npm run start
```