igorlesnenko / coingecko

Gatsby + TypeScript + Dynamic REST API example APP
0 stars 0 forks source link

Getting Started

Install dependencies and run gatsby

# install dependencies
npm
# Run gatsby
npm run develop

Navigate http://localhost:8000/

Testing

We use cypress for E2E tests

npm run cypress:run

TODO