funador / react-style-jquery-node

Simple application demonstrating React style jQuery CRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Style jQuery/Node

Demonstration of React/Redux style MVC pattern using jQuery, deployed version

Getting Started

git clone https://github.com/funador/react-style-jquery-node.git
cd react-style-jquery-node
npm install
touch .env

Open the .env file in your editor, add this line and save:

DB_URL=mongodb://localhost:27017/react-style-jquery-node

In a seperate terminal window or tab fire up mongo (How to install mongo):

mongod

Finally in /react-style-jquery-node:

npm start

The app is now running at: localhost:8080/

Caveats

  • There is intentionally no error handling in this app, this is designed to demonstrate CRUD operations using a Reacty-style front end pattern

Issues

Something not working? Please open an issue

About

Simple application demonstrating React style jQuery CRUD


Languages

Language:JavaScript 85.4%Language:HTML 9.5%Language:CSS 5.0%