Starter Project - Gulp/PostCSS/TypeScript
This project is to build a reusable scaffolding for use with javascript and css builds. It includes the following:
Tools
- Gulp
- Typescript
- Postcss
- Require.JS
- jQuery
- ESLint
- Stylelint
Get Started
To use this project, once you've cloned the repo you'll need to:
- Install packages via yarn
yarn install
or npmnpm install
- Configure browsersync to match your dev environment, see gulpfile for documentation.
Feel free to clone/fork/or PR this repo. Licensed under GNU GPLv3.