A social media dashboard.
To login into dash-socmed, you can use username and email of one of users from https://jsonplaceholder.typicode.com/users
To run dash-socmed locally on development mode, simply:
1. Clone repository and enter to the cloned folder
git clone https://github.com/alisyahidin/dash-socmed.git && cd dash-socmed
2. Install dependencies
yarn install
3. Run on your machine ( port: 3000 )
yarn start