Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anans9/beacons.ai-clone
- Owner: anans9
- License: mit
- Created: 2022-07-18T01:36:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T04:27:41.000Z (over 2 years ago)
- Last Synced: 2024-12-19T10:43:42.287Z (27 days ago)
- Topics: express, nodejs, paypal-rest-sdk, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://sury.netlify.app
- Size: 974 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
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
```