PORTIO HTML Theme Development Structure FabForm.io static website forms.
** Recommended modules and Installation process **
- We need Node modules to run the project. To install Node Modules visit the following links and follow the steps. Install Node
- Then We need to install Yarn. Please click here to install Yarn.
- After downloading the project run yarn to install the modules.
- After successfully installed all require modules, run yarn dev to run the project. this will create a dist folder, where all the developed file will remain.
- To built the final project, run yarn build command.
- For more details, read the full documenation here.