Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 421 Bytes

File metadata and controls

37 lines (19 loc) · 421 Bytes

Nekuno hybrid mobile app

Install

git clone https://github.com/nekuno/client.git

cd client

npm install

Compile with webpack:

For development:

npm run build

For production:

npm run build:prod

Testing

npm run test

For updating snapshots:

npm run test -- -u

Stories (ui development)

npm run storybook

and go to localhost:9001

Create components

npm run create-component