Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/007aneesh/landingpage-1
https://github.com/007aneesh/landingpage-1
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/007aneesh/landingpage-1
- Owner: 007aneesh
- License: mit
- Created: 2023-06-12T14:27:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-13T18:33:12.000Z (over 1 year ago)
- Last Synced: 2024-11-08T23:33:03.840Z (2 months ago)
- Language: JavaScript
- Homepage: https://007aneesh.github.io/LandingPage-1/
- Size: 3.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Landing Page
A responsive react js Landing Page design showcasing my frontend development skills and creativity.
---
## Build with
- [React js](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)## Instructions of running this website locally
After forking and cloning, navigate to the repository in your command line and install the NPM packages:
```
npm install
```Run the following script in your command line to run the application:
```
cd myapp
```and then
```
npm start
```Once the server is running, go to `http://localhost:3000` in your browser.