Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadihammurabi/example-infernojs
InfernoJS example with Parcel
https://github.com/hadihammurabi/example-infernojs
Last synced: 7 days ago
JSON representation
InfernoJS example with Parcel
- Host: GitHub
- URL: https://github.com/hadihammurabi/example-infernojs
- Owner: hadihammurabi
- License: mit
- Created: 2020-04-25T15:46:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:25:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T08:39:07.550Z (about 2 months ago)
- Language: TypeScript
- Size: 981 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
InfernoJS example with Parcel
![GitHub](https://img.shields.io/github/license/hadihammurabi/example-infernojs)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/hadihammurabi/example-infernojs)# Table of Content
* [Setup](https://github.com/hadihammurabi/example-infernojs#setup)
* [Dependencies Installation](https://github.com/hadihammurabi/example-infernojs#dependencies-installation)
* [Running Development Server](https://github.com/hadihammurabi/example-infernojs#running-development-server)
* [Building Production Release](https://github.com/hadihammurabi/example-infernojs#building-production-release)# Setup
## Dependencies Installation
Before you can run this, you have to install all dependencies.
You can execute this command on your terminal.
```bash
npm install
```## Running Development Server
You can execute this command on your terminal.
```
npm start
```## Building Production Release
You can execute this command on your terminal.
```
npm run build
```