A simple gulp boilerplate for easy web development.
-
Watches file changes and reloads your browser.
-
Autoprefixes your code for all browsers.
-
Minifies css and js if using production command. ( npm run prod )
Install NodeJS.
Clone this repo and install dependencies.
npm i
npm start
Your browser opens at localhost:3000
npm run prod