Skip to content

yayudev/signup-demo

Repository files navigation

Signup demo

Multi-step signup build using react + redux.

Demo available at: https://yayu-signup-demo.herokuapp.com/

Please be aware this is a free dyno, so it may take up to a minute to load the first time.

Installation

Just cd into the project and run

$ yarn install # Or npm install

Running

For dev server run

$ yarn start # Or npm start

For production server with SSR, run

$ yarn serve # Or npm run serve

Testing

To run the tests you can use:

$ yarn test # Or npm test

There are two console.logs on the signup actions tests, this are intended side effects, so no need to worry about it.