Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iampavangandhi/parceltemplate
📦 Basic workflow starter for building vanilla JavaScript applications using Parcel along with Babel and Sass
https://github.com/iampavangandhi/parceltemplate
babel npm parcel sass vanilla-javascript-applications
Last synced: 27 days ago
JSON representation
📦 Basic workflow starter for building vanilla JavaScript applications using Parcel along with Babel and Sass
- Host: GitHub
- URL: https://github.com/iampavangandhi/parceltemplate
- Owner: iampavangandhi
- License: mit
- Created: 2020-05-19T12:55:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T19:07:12.000Z (over 1 year ago)
- Last Synced: 2023-03-08T02:17:45.795Z (over 1 year ago)
- Topics: babel, npm, parcel, sass, vanilla-javascript-applications
- Language: JavaScript
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ParcelTemplate
This is a basic starter workflow for building vanilla JavaScript applications using Parcel along with Babel and Sass.
There is some sample code (Header and User components) and styling, but feel free to remove them.
## Usage
Install dependencies
```
npm install
```Run dev server - http://localhost:3000
```
npm run dev
```Build assets for production
```
npm run build
```