0.1.7 • Published 1 year ago

start-dev-template v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago