Installation

Installation prerequisites:
  1. Install Node.js and NPM: Download Node.js from the official website and install it on your system. Hulk works well with Node.js 10.x. NPM comes bundled with Node.js.
  2. Install NPM packages: Once you install node on your system, open terminal or command prompt on your system, go to your project root directory & run the following command, it will download all the dependencies under node_modules folder. Please wait for it to finish.
 npm install  

Before starting development server please make sure you have copied all the project files including hidden files too like .babelrc

Running development server :

Run the following command to run dev server, wait for it to finish and once it finishes access http://localhost:3000/ to run your app/project on the browser. The app will automatically reload if you make any changes in any of the source files.

npm start
Production building:

Run the following command to build the project and wait for it to finish.

 npm run build 
Last Updated 4 years ago
Generic selectors
Exact matches only
Search in title
Search in content
Search in posts
Search in pages