start-dev-template
v0.1.7
Published
Starter template for developing single-page and multi-page sites
Downloads
6
Maintainers
Readme
About
A starter template to start developing single-page and multi-page sites.
Why?
Get rid of monotonous tasks. Dependency environment settings, config creation of default files and folders. Everything is ready here.
Installation
npx start-dev-template name_your_project
Аfter installation is complete
cd name_your_project && npm start
Usage
Tools
Basic HTML template with package start markup.
- styles
- variables
- settings
- fonts
- ...
- media
Start project
npm start
Dev Bundle
npm run build:dev
Product Bundle
npm run build:prod
Cleaning
npm run clear
Application entry point
index.ts
Developers
License
Project Start Dev Template is distributed under the MIT license.