Skip to content

This is a prototype of a Danf application helping you to create your own.

Notifications You must be signed in to change notification settings

gnodi/danf-proto-app

Repository files navigation

my-app

This is a prototype of a Danf application helping you to create your own. Download the zip file and unzip the archive to your working directory.

Then, install dependencies:

$ npm install

You can launch the server to test your installation:

$ node app-dev

You should see Hi! at http://localhost:3080 following by this instruction: Replace "my-app" in all files by the name of your application.. Do it.