Skip to content

02 Creating a new project

Wietse Neven edited this page Jun 20, 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 

03.

Follow the steps.

04.

Open the new directory in your favorite IDE (code-editor) and create something cool.

05.

Change style and JavaScript dialects

If you have not done this already, open the preferences of InteliJ (cmd + ,) and go to Languages and Frameworks -> Stylesheets. Change the project CSS dialect to PostCSS. If you haven't changed the JavaScript dialect yet, you can also change it here. Go to Languages and Frameworks -> Javascript and change the language version to React JSX.