An open API service indexing awesome lists of open source software.

https://github.com/staticmania/growthus-nextjs


https://github.com/staticmania/growthus-nextjs

Last synced: about 1 year ago
JSON representation

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).