Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matheusps/vanilla-starter

Simple vanilla-js starting point
https://github.com/matheusps/vanilla-starter

babel es6 parcel prettier vanilla-javascript

Last synced: 13 days ago
JSON representation

Simple vanilla-js starting point

Awesome Lists containing this project

README

        

# Vanilla Starter

Simple vanilla js starting point

## Cheatset 🤓

1. Install dependencies

```sh
yarn
```

2. Run in development mode:

```sh
yarn start
```

3. Build

```sh
yarn build-prod
```