The official website for Gowani Pump Supply available at gowanipump.com
-
Step 1: Get the repo
Clone it!
Run
git clone https://github.com/GowaniPumpSupply/gowanipump.github.io
-
Step 2: Get all the dependencies
Must have Node installed
Run
npm i
in the repo's directory. -
Step 3: Build with Webpack
Run
npm run build
Webpack will watch for changes and update automatically.
-
Step 4: Running the server (lite-server)
Run
npm start
The server will automatically refresh everytime a change is made, making your life easier!