https://github.com/scriptex/parcel-mpa
A starter template for web applications using Parcel as a module bundler.
https://github.com/scriptex/parcel-mpa
multi-page-boilerplate parcel-starter parcel-template
Last synced: 2 months ago
JSON representation
A starter template for web applications using Parcel as a module bundler.
- Host: GitHub
- URL: https://github.com/scriptex/parcel-mpa
- Owner: scriptex
- License: mit
- Created: 2019-10-07T06:53:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T15:29:44.000Z (2 months ago)
- Last Synced: 2025-04-10T04:04:59.853Z (2 months ago)
- Topics: multi-page-boilerplate, parcel-starter, parcel-template
- Language: JavaScript
- Homepage: https://atanas.info/portfolio/open-source/parcel-mpa
- Size: 3.28 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/scriptex/parcel-mpa/actions?query=workflow%3ABuild)
[](https://www.codacy.com/gh/scriptex/parcel-mpa/dashboard?utm_source=github.com&utm_medium=referral&utm_content=scriptex/parcel-mpa&utm_campaign=Badge_Grade)
[](https://codebeat.co/projects/github-com-scriptex-parcel-mpa-master)
[](https://www.codefactor.io/repository/github/scriptex/parcel-mpa)
[](https://deepscan.io/dashboard#view=project&tid=3574&pid=5257&bid=40799)
[](https://github.com/scriptex/parcel-mpa/)# Parcel MPA
> A starter template for web applications using Parcel as a module bundler.
## Visitor stats



## Code stats




## Usage
### First install the dependencies:
```sh
npm i# or
yarn
```### Start the development server:
```sh
npm start# or
yarn start
```### Lint CSS and TypeScript files
```sh
npm run lint# or
yarn lint
```### Build for production
```sh
npm run build# or
yarn build
```## LICENSE
MIT
---
Connect with me:
---