Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jessgusclark/pet-shop-tutorial
- Owner: jessgusclark
- License: mit
- Created: 2020-02-13T16:02:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T08:18:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T05:49:08.227Z (about 1 month ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```