FURI

0.0.1 • Public • Published

#FURI - The Fast Node Router

Before running the code type:

npm install
typings install

Open 2 terminal sessions.

In the first terminal type the following to build in watch mode.

webpack --progress --colors --watch

In the second terminal, type the following to run node in watch mode.

nodemon app.js

#Typings for Node

If you already have a typings.json file type:

typings install

Search for TS definitions from the registry.

typings search --name node

Building typings.json with the following command.

typings install dt~node --save --global

Readme

Keywords

none

Package Sidebar

Install

npm i FURI

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • rajinder.yadav