Skip to content

Code sample of ReactJS/Redux implementation of a form that submits data to a server.

Notifications You must be signed in to change notification settings

demurray/react-coding-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code sample of ReactJS/Redux implementation of a form that submits data to a server.

Author: Dave Murray david.e.murray.80@gmail.com

###Installation

Clone this repository and cd to the directory that has index.html and package.json. First, run:

npm install

Then, run:

npm run build

To view the page, open index.html in a browser.

If you're actively working on the code, you can run:

npm run dev

and the changes to src/**/*.js will be compiled to dist/app.js automatically.

About

Code sample of ReactJS/Redux implementation of a form that submits data to a server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published