Skip to content

Quick start a react app with Moralis, includes Authentication, login, Signup and Basic Menu + Route

License

Notifications You must be signed in to change notification settings

nwkcoins/EmptyReactAndMoralis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empty React And Moralis app setup

Quick start a react app with Moralis, includes Authentication, Login, Signup, Logout and Basic Menu + Route

Inspired by the Moralis video serie React & Moralis Programming, with only part 1 & 2 realized (see Moralis Forum).

Editor used: Visual Studio Code with extensions:

  • Babel ES6/ES7
  • Babel Javascript
  • Bracket Pair Colorizer (2)
  • Prettier+

From a commandprompt, in a map where to create the app, where <projectname> is the name of your project (without spaces etc):

npx create-react-app <projectname>
cd <projectname>
del yarn.lock
npm install
npm audit fix
npm install @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^4 @chakra-ui/icons
npm audit fix
npm install moralis react-moralis react-router react-router-dom
npm audit fix
cd src
del *

Clone (or use zip file) the js files from here (into src map)

Edit index.js and fill appId and serverUrl with your Moralis-server values

Happy coding!

About

Quick start a react app with Moralis, includes Authentication, login, Signup and Basic Menu + Route

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published