- Clone the repository
git clone https://github.com/willjw3/crypto-dashboard-example.git my-app - Move into the new directory (called
my-appin this case; call it what you like)
cd my-app - Install the dependencies
npm installoryarn install - Run the web server
npm start
Notes:
- This project uses environment variables. You'll need to add your own
.envfile. - This project uses Netlify (AWS Lambda) functions. If you're not familiar with them, you might want to create a
server.jsfile and run an Express server for back-end functionality instead.
