Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anans9/beacons.ai-clone

An application created using React.js for front-end, Node.js for backend, and Tailwind CSS for styling
https://github.com/anans9/beacons.ai-clone

express nodejs paypal-rest-sdk reactjs tailwindcss

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        





React Social Links



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

![sury](https://user-images.githubusercontent.com/77827345/179445336-7a239b32-e2a3-4773-be0d-93115fe1c417.png)

## 🛠 set-up

1. Install the dependencies

```sh
npm install or yarn
```

2. Start the development server

```sh
yarn run start
```

## 🚀 build and run for production

1. Generate a full static production build

```sh
npm run build
```