Skip to content

YosephKS/moralis-react-template

Repository files navigation

Moralis React Template

This is the unofficial Moralis React Template to have a quickstart building Web 3.0 applications.


Requirements

  1. Node.JS
  2. Moralis Account
  3. Netlify CLI (Optional)

Setups

  1. Clone the project
git clone https://github.com/YosephKS/moralis-react-template.git
  1. Install dependencies
## Using NPM
npm install

## Using yarn
yarn
  1. Run the app
## Using npm
npm start

## Using yarn
yarn start

License

MIT LICENSE