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: 5 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:29:37.000Z (over 3 years ago)
- Last Synced: 2024-10-04T11:41:01.219Z (over 1 year 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
```