Documentation - License - Author(s)
Reusable React components. Each folder (./user-auth-amplify
, etc.) is a React app by itself and has its own README.md
file for guidance. This documentation assumes you have basic understanding of React.js.
Make sure you have on your machine:
Clone this repository to your local machine (using SSH):
$ git clone [email protected]:nditech/tech-react-components.git
From there, depends on the component you want to check, for example: user-auth-amplify
:
$ cd tech-react-components/user-auth-amplify
$ yarn install
$ yarn start
Currently there is no issue.
- Please read our Code Commits Guide and Documentation Guide.
- We also follow Google's Javascript Style Guide and Airbnb's React Style Guide.
- Do your own unit test before committing code.
- Viet Nguyen