Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishabhtayal/appikon_website
https://github.com/rishabhtayal/appikon_website
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishabhtayal/appikon_website
- Owner: RishabhTayal
- Created: 2014-02-17T00:53:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T17:30:45.000Z (almost 5 years ago)
- Last Synced: 2024-04-12T15:29:50.053Z (9 months ago)
- Language: JavaScript
- Size: 63 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
After downloading the file from themeforest, You will find SuperProps.zip file.Then unzip the SuperProps.zip and run the following commands ,
**If you want to run these template on Next Js server , then**1. 'yarn' on SuperProps folder.
2. 'yarn web' SuperProps folder.
Then , please go to address localhost:3000 on your browser and You will find agency landing page.
Similarly ,
**If you want to Build these template on Next Js server , then**
3. 'yarn' on SuperProps folder.
4. 'yarn landing-build' on SuperProps folder.
3.'yarn landing-start' on SuperProps folder.**If you want to run these template on Gatsby Js server , then**
1. 'yarn' on SuperProps folder.
2. 'yarn gatsby-dev' SuperProps folder.
Then , please go to address localhost:8000 on your browser and You will find agency landing page.
Similarly ,
**If you want to Build these template on Gatsby Js server , then**
3. 'yarn' on SuperProps folder.
4. 'yarn gatsby-build' on SuperProps folder.
3.'yarn gatsby-serve' on SuperProps folder.