Skip to content

Instantly share code, notes, and snippets.

View sanketsingh27's full-sized avatar
💭
Learning and looking to contribute to open source.

Sanket Singh sanketsingh27

💭
Learning and looking to contribute to open source.
  • Pune, India
View GitHub Profile
@sanketsingh27
sanketsingh27 / Grommet Starter
Created July 13, 2019 14:38
Implementation of everything that is given on the official gormmet website.
Remove these files:
src/App.css
src/App.test.js
src/index.css
src/logo.svg
Inside src/index.js, remove the import of index.css.
INSTALL ALL THE GORMMET DEPENDENCY
after login change the auth token automaticlly
if(pm.response.code === 200){
pm.environment.set('authToken',pm.response.json().token);
}