Skip to content

andrehrferreira/dek-boostrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@dekproject/bootstrap

DEK project base structure

What does the bootstrap do?

Instalation

To install the bootstrap we recommend using the CLI

$ npm i -g @dekproject/cli
$ dek init

After a brief fill of project information select the option "Do you want to use DEK skeleton?"

Devmode

$ yarn dev

Build

To build the ES6 files in the standard compatible with the NodeJS for production

$ yarn build

Production

To create a project production container, execute the following commands:

$ yarn start