Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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