Installation
To get started with the template, please follow the below steps:
Gulp
- Open a command prompt window or terminal, then navigate to the directory taiwlind.
cd taiwlind
- Install Dependencies via npm:
npm install
- Development Mode:
-
npm run watch
OR-
gulp watch
-
- Build for Production:
npm run build
ORgulp build