https://github.com/hadihammurabi/example-infernojs
InfernoJS example with Parcel
https://github.com/hadihammurabi/example-infernojs
Last synced: about 2 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:25:10.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T17:42:33.847Z (12 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


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