Loading repository data…
Loading repository data…
Kotmail / repository
Gulp-based starter kit for modern development.
This is a Gulp-based starter kit that allows you to automate the development and build process.
After installing the required packages, you can initialize a new project by running the following commands:
# Clone the repository
git clone https://github.com/Kotmail/gulp-boilerplate.git
# Go to the folder
cd gulp-boilerplate
# Install dependencies
npm i
# Remove the link to the original repository
rm -rf .git
You can also generate a new repository based on this repository: click here.
# Starting the server in development mode
npm run start
# Starting the project build
npm run build
# Starting the server to preview the build
npm run preview