https://github.com/malopolese/parcel-template
Quick parcel starter project.
https://github.com/malopolese/parcel-template
editorconfig parcel prettier scss
Last synced: about 1 month ago
JSON representation
Quick parcel starter project.
- Host: GitHub
- URL: https://github.com/malopolese/parcel-template
- Owner: MaloPolese
- Created: 2021-12-21T12:52:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T23:33:01.000Z (over 4 years ago)
- Last Synced: 2025-04-06T10:31:19.573Z (about 1 year ago)
- Topics: editorconfig, parcel, prettier, scss
- Language: SCSS
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parcel Template
Quick parcel starter project.
## Include
- [Prettier](https://prettier.io/)
- [Scss](https://sass-lang.com/)
- [Typescrpt](https://www.typescriptlang.org/)
- [Editor Config](https://editorconfig.org/)
# Install
Install npm dependencies
```bash
$ npm i
```
# Usage
Start project locally.
```bash
$ npm run start
```
Build your code.
```bash
$ npm run build
```
Lint your code.
```bash
$ npm run lint
```
Format your code.
```bash
$ npm run format
```