Getting started

Here's all to get started, and understand how our pages are built.

Installation

Requirement :

  • Node.js

  • The DinographicPixels WebSrc OpenSource project

First step, install npm

When you download the project on GitHub you don't have node modules (npm) installed.

npm install

Try to start it

npm start

It will take some secs/minutes (if there's no problem). You'll get a browser window with your page (localhost:3000)

You did it!

and it's just the starting.

Last updated