Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matheusps/vanilla-starter
- Owner: matheusps
- Created: 2019-09-09T04:18:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:29:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T11:41:01.219Z (about 1 month ago)
- Topics: babel, es6, parcel, prettier, vanilla-javascript
- Language: CSS
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```