/Beacons.ai-clone

An application created using React.js for front-end, Node.js for backend, and Tailwind CSS for styling

Primary LanguageJavaScriptMIT LicenseMIT

React Social Links

The first iteration of sury.netlify.app built with React.js leveraging Tailwind CSS.

sury

🛠 set-up

  1. Install the dependencies

    npm install or yarn
  2. Start the development server

    yarn run start

🚀 build and run for production

  1. Generate a full static production build

    npm run build