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

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.

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
```