Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thetentomushi/laslesvpn-landing-page-assignment
Simple LaslesVPN landing page in React.JS
https://github.com/thetentomushi/laslesvpn-landing-page-assignment
javascript landing-page reactjs
Last synced: about 1 month ago
JSON representation
Simple LaslesVPN landing page in React.JS
- Host: GitHub
- URL: https://github.com/thetentomushi/laslesvpn-landing-page-assignment
- Owner: thetentomushi
- Created: 2022-11-20T22:46:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T11:23:52.000Z (about 2 years ago)
- Last Synced: 2024-11-05T19:05:49.008Z (3 months ago)
- Topics: javascript, landing-page, reactjs
- Language: JavaScript
- Homepage: https://laslesvpn-landing-page-assignment.vercel.app
- Size: 546 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![LaslesVPN](./public/logo.svg) LaslesVPN Landing Page
## Clone the repository
```sh
git clone https://github.com/growthbeing/laslesvpn-landing-page-assignment && cd laslesvpn-landing-page-assignment
```## For Offline Development :man_technologist:
**For npm**
```sh
npm install
npm run build
npm run start
```**For yarn**
```sh
yarn install
yarn build
yarn start
```## Issues :bug:
Please report any bug or issues you have faced in the [Issues](https://github.com/growthbeing/laslesvpn-landing-page-assignment/issues) tab of the repository