https://github.com/staticmania/growthus-nextjs
https://github.com/staticmania/growthus-nextjs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/staticmania/growthus-nextjs
- Owner: StaticMania
- Created: 2023-05-17T09:57:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T16:30:08.000Z (over 2 years ago)
- Last Synced: 2025-04-15T09:58:39.110Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://growthus-nextjs-beta.vercel.app
- Size: 18.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Growthus
Growthus Nextjs Theme Development Structure.
## Getting Started
** Recommended modules and Installation process **
1. We need **Node modules** to run the project. To install **Node Modules** on your computer visit the following links and follow the steps. [Install Node](https://nodejs.org/en/)
2. To use **yarn** instead of **npm install**, We need to install **Yarn**. Please click [here](https://yarnpkg.com/getting-started/install) and follow the steps to install Yarn.
3. Now, Download the project and run **npm install** or **yarn** to install the modules.
4. After successfully installed all require modules, run **npm run dev** or **yarn dev** to run the project. this will create a dist folder, where all the developed file will remain.
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
`Note`: For more details, read the full documenation [here](https://docs.staticmania.com/realstatic/nextjs/introduction).