Skip to content

jhsware/inferno-website

This branch is 1 commit ahead of, 27 commits behind infernojs/inferno-website:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 15, 2022
Nov 3, 2022
Nov 30, 2021
Sep 24, 2017
Apr 15, 2022
Apr 3, 2017
Aug 27, 2021
May 30, 2019
May 30, 2019
Jan 30, 2017
Jun 1, 2019
May 30, 2019
Apr 15, 2022
Dec 16, 2016
May 30, 2019
Sep 11, 2022
Dec 23, 2016

Repository files navigation

Inferno-website

 

 

Installation

npm install

How to run

For development:

npm run dev
# webpack
open http://localhost:8082
# server
open http://localhost:8080

For dev prod:

npm run prod

Deploying

Build:

npm run build

Start:

npm run start
open http://localhost:8050

Deploy:

now
  1. we run npm run build
  2. this creates the dist directory (and so that we can copy things from src, and public, those sub directories)
  3. we copy the code, and run babel on src => dist/src (this is done also when we run now-build using zeit now static build, configured in the now.json
  4. dist/src/server.js is run with node

Requirements

Node 8+

Useful links

  • Inferno - What this website is all about
  • Project structure based on Inferno-starter
  • Typescript project setup with ts-transform-inferno can be found here.

TODO

  • should not transpile the server in the same way
  • can use ts + babel...
  • precompile the markdown

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.8%
  • SCSS 38.4%
  • HTML 1.8%