Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infernojs/inferno-boilerplate
https://github.com/infernojs/inferno-boilerplate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infernojs/inferno-boilerplate
- Owner: infernojs
- License: mit
- Created: 2016-01-14T16:28:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T19:11:05.000Z (11 months ago)
- Last Synced: 2024-07-28T19:31:19.234Z (4 months ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 75
- Watchers: 14
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inferno-boilerplate
## Overview
This is a very basic boilerplate example for people wanting to get started with Inferno. This boilerplate uses `inferno`, `webpack`, `babel` and the `babel-plugin-inferno` JSX Babel plugin.
This boilerplate shows how to use `inferno-router` in a very simple way.## Getting started
Clone this repository locally and then run `npm install`.
To run the example app, run `npm start`. View `http://localhost:8080` in your browser to see the boilerplate example.
## Requirements
Required NodeJS v6+ to use `inferno-boilerplate`.