Run npm install
or yarn install
in the marko-js-samples directory.
This will install all the required parent-level dependencies for the project.
Navigate to the example you would like to try and run: npm install
or yarn install
to install all the required modules for that example.
foo@bar:$ cd examples/color-picker
foo@bar:$ npm install
NPM Scripts
dev
: Serve a the marko application using marko-serve for local development.build
: Runs babel on the src folder for every package (runs on publish)start
: Runs thenode
command to serve the application from ./build/ directory.