ekaone / Gatsby-Authentication

Gatsby Authentication, simple app used local storage as data store | on working πŸ› 

Home Page:https://ekaone.github.io/Gatsby-Authentication/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Simple Authentication

About

Gatsby Authentication, simple app used local storage as data store

Live Demo

πŸ’‘

NOTE: If you would like to deploy with GitHub Pages, change the value of basepath props with your repository name as below:

// src/pages/app.js
<Layout>
  <Router basepath="/YOUR_REPOSITORY_NAME">
    <PrivateRoute path="/app/profile" component={Profile} />
    <Login path="/app/login" />
  </Router>
</Layout>

πŸš€ More details @reach/router

Author

βœ” Eka Prasetia 🀡

Blog Twitter Email

βœ” Collection my App

Find example all my Scratch App πŸ‘‰ on working πŸ› 

βœ” Community

I am author for two communities in Indonesia

About

Gatsby Authentication, simple app used local storage as data store | on working πŸ› 

https://ekaone.github.io/Gatsby-Authentication/

License:MIT License


Languages

Language:JavaScript 100.0%