https://github.com/robertoachar/express-parcel
📦 A playground for Express with Parcel.
https://github.com/robertoachar/express-parcel
express node parcel
Last synced: 2 months ago
JSON representation
📦 A playground for Express with Parcel.
- Host: GitHub
- URL: https://github.com/robertoachar/express-parcel
- Owner: robertoachar
- License: mit
- Created: 2017-12-17T20:43:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T05:30:32.000Z (over 8 years ago)
- Last Synced: 2025-10-04T17:03:45.027Z (8 months ago)
- Topics: express, node, parcel
- Language: JavaScript
- Size: 228 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# express-parcel
Generated by [Node Project Generator](https://github.com/robertoachar/generator-node).
[![License][license-badge]][license-url]
> A playground for Express with Parcel.
# Development
* Cloning the repo
```bash
$ git clone https://github.com/robertoachar/express-parcel.git
```
* Installing dependencies
```bash
$ npm install
```
* Running scripts
| Action | Usage |
| ------------------------- | -------------- |
| Starting development mode | `npm start` |
| Linting code | `npm run lint` |
# Author
[Roberto Achar](https://twitter.com/robertoachar)
# License
[MIT](https://github.com/robertoachar/express-parcel/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/express-parcel.svg
[license-url]: https://opensource.org/licenses/MIT