Skip to content

02 Creating a new project

Wietse Neven edited this page Apr 3, 2017 · 5 revisions

01.

Go in the terminal to a directory where you want to create you project, for example:

cd ~/Sites/

02.

Create a new project in this directory:

lsv-interactive your_project_name

03.

Go inside the directory and install the npm packages:

cd your_project_name
npm install

04.

Start the live reloading and bundling server:

npm run watch
Clone this wiki locally