Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rodrigowebdev/es6-boilerplate

A awesome boilerplate to use modern Javascript
https://github.com/rodrigowebdev/es6-boilerplate

babel es6 es6-boilerplate javascript webpack yarn

Last synced: about 3 hours ago
JSON representation

A awesome boilerplate to use modern Javascript

Awesome Lists containing this project

README

        

# ES6 Boilerplate

## How to use

Start

```
yarn install
```

Run the developmente server

```
yarn dev
```

Run the production build

```
yarn build
```