Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 805 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 805 Bytes

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.