Rename exmapleData.json to data.json and insert your own crypto assets.
In listCoins.json there are all available coins that the app can get the price of.
At the beggining in the project directory run:
npm install
After that run:
npm dev
or npm start
This runs the app in the development mode.
App is accessible on http://localhost:3000 to view it in the browser.
The page will automatically reload if you make edits.
npm run build
Builds the app for production to the dist
folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes, after that the app is ready to be deployed!
You can deploy the dist
folder to any web hosting.