amsshoyon / react-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Info Demo


This is a starter app for React that includes react core features as well as followings-

  • Mobx Store
  • Page Transition with Framer-Motion
  • Fixes for deployment react app (Reloading inner pages makes "Page Not Found" after deploying app on server)
  • Nice alert using sweetalert2
  • Preloader
  • Nice folder structure following latest developer trand
  • Manifest.js for easy data access

View demo on https://reactify.netlify.app

Start Project

// Installing dependencies
yarn / npm i /npm install

// Start App
yarn start / npm start

// Build App
Yarn build / npm build

About


Languages

Language:JavaScript 86.4%Language:SCSS 10.8%Language:HTML 2.8%