- Install dependencies with
npm install
- Launch the project with
npm start
, by default it will launch the development version, remove?dev
from the URL to load the build version
-
Simple build with
npm run build
-
Concatenated build with
npm run release
dev
to launch the development version fromsrc
folder