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