start-dev-template

0.1.7 • Public • Published

Start Dev Template

TypeScript Version App Version License

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

HTML 

Basic HTML template with package start markup.

SASS 

  • styles
    • variables
    • settings
    • fonts
    • ...
    • media

Webpack 

Start project

npm start 

Dev Bundle

npm run build:dev

Product Bundle

npm run build:prod

Cleaning

npm run clear

TS 

Application entry point

index.ts

Developers

License

Project Start Dev Template is distributed under the MIT license.

Package Sidebar

Install

npm i start-dev-template

Weekly Downloads

1

Version

0.1.7

License

MIT

Unpacked Size

340 kB

Total Files

23

Last publish

Collaborators

  • evgeniy-kolmak