Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 444 Bytes

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.