Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 940 Bytes

readme.md

File metadata and controls

43 lines (27 loc) · 940 Bytes

Tejiendo Otro Mundo

JavaScript Style Guide

Install

Install needed dependencies:

$ npm install

Usage

$ npm run build
$ npm run start

This project needs to be transpiled using Babel, but you can start it directly (on production environment is not recommended):

$ npm run babel-start

Contribute

Execute the following task:

$ npm run watch

Then, it will open a browser window and you will navigate on development mode using Browser Sync and another tools for compiling files on the fly.

Use JavaScript Standard Style if you wanna contribute modifying JavaScript files.

JavaScript Style Guide

License

MIT