A One-Page Website Designed to showcase and sell Bracelets. Utilizes React and Java Spark as well as the APIs for Instagram and Etsy
-
Install the React
sudo apt install React
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn
-
Start the development server
npm start
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve