FE template is a simple template for FE Developers, what i use..
- HTML5
- SCSS
- JQUERY
- GULP 4
- FONT AWESOME 5
- ....
Do not wait; the time will never be 'just right.' Start where you stand and work with whatever tools you may have at your command, and better tools will be found as you go along.
Install gulp-cli first (ignore it if you're already)
$ npm i -g gulp-cli
Install the dependencies and devDependencies and start the server.
$ cd fe-template
$ npm i
$ npm start
MIT