React Social Links
The first iteration of sury.netlify.app built with React.js leveraging Tailwind CSS.
? set-up
-
Install the dependencies
npm install or yarn
-
Start the development server
yarn run start
? build and run for production
-
Generate a full static production build
npm run build