A simple starter for creating a project using TypeScript and Sass. The project also configured ESLint with recommendations from Prettier, precommit hooks by Husky and control commit messages. You can disable any of these parts as you wish, or add something of your own
git clone [email protected]:Alexandrshy/scheveningen.git
cd ./scheveningen
npm i
npm run develop
npm run build
npm run types
npm run lint
- Add template support
- Add stylelint
Automatic update of version after merge of PR in the master
At any time, I'll be happy to consider your suggestion for improvement 😊