Skip to content

nutrina/cra-template-moralis

 
 

Repository files navigation

cra-template-moralis

This is a modified version of the cra-template-redux template, that adds Moralis to the generated project.

To create a project run:

npx create-react-app my-app --template cra-template-moralis
cd my-app
cp .env.sample .env.local

Edit the file .env.local and fill in the app ID and server url after you create a Moralis Server Instance. Now start your app with:

yarn start

About

A Moralis template for Create React App

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.6%
  • CSS 10.2%
  • HTML 8.2%