Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jessgusclark/pet-shop-tutorial

Pet Shop Tutorial from Truffle
https://github.com/jessgusclark/pet-shop-tutorial

Last synced: 9 days ago
JSON representation

Pet Shop Tutorial from Truffle

Awesome Lists containing this project

README

        

# README

Tutorial from https://www.trufflesuite.com/tutorials/pet-shop

## Steps

### Blockchain

Start up Ganache with the truffle-config.js file.

```
truffle compile
truffle migrate
```

### Start Webserver

```
npm install
npm run dev
```