Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 336 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 336 Bytes

react-stepper-minimal

A minimal stepper component written in React.js

How to run this project?

  • Clone or download the repository.
  • Install dependencies:
npm install
# --- or ---
yarn install
  • Run the app:
npm start
# --- or ---
yarn start

License

MIT