0.1.7 • Published 2 years ago

start-dev-template v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago