1.0.1 • Published 6 years ago

edu-form v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Edu-Form

GDP Form for education advice

Folder Structure

edu-form
├── README.md
├── node_modules
├── package.json
├── .babelrc
├── .editorconfig
├── .env
├── .eslintignore
├── .eslintrc
├── .gitignore
├── .nvmrc
├── .stylelintrc
├── .storybook              # All storybook configuration should be added here
│   ├── addons.js
│   └── config.js
├── .jest                   # All jest configuration should be added here
│   └── test-config.js
└── src
    ├── components          # All reusable components should be added here
    |   └── ...  
    └── theme              # All theme configuration should be added here
        └── ... 

Install everything:

npm install

Run Storybook

npm run storybook