Skip to content

benhurd/redux-form-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-form-sample (Experimenting redux-form in create-react-app)

How to get this up and running?

  1. Clone the repo: git clone https://github.com/smava/Davies-Benhur-.git
  2. npm install
  3. Create .env.development.local file from .env.example and edit as necessary
  4. npm start to Run client app and test server together.
    • npm run client to Run client app alone.
    • npm run server to Run test server app alone.
  5. Visit http://localhost:3000
  • The environment variable used in react app is REACT_APP_SERVER_URL=http://localhost:3050
  • To run test npm test

Note: By default the client app and test server app use port 3000 and 3050 respectively.

About

Experimenting redux-form in create-react-app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.0%
  • HTML 5.8%
  • CSS 4.2%