/SlackApp

this is Slack App using MERN Stack.

Primary LanguageJavaScript

SlackApp

this is Slack App using MERN Stack.

1).Slack App login

display "helo Hello from React"

  • npm run bundle
  • npm start (other terminal)

display front end

- npm install react-tap-event-plugin
- npm install react-router
- npm install material-ui
- Please insert code on components/SignUpForm.jsx
 
  <SignUpForm
    onSubmit={(e) => console.log('submitted')}
    onChange={(e) => console.log('changed')}
    errors={{ email: 'Invalid' }}
    user={{ email: 'jane@doe.com', name: 'Jane Doe' }}
  />