codepix-client
v0.5.2
Published
it bundles for the app
Downloads
18
Readme
codepix.io client
codepix.io client is a direct dependency of codepix.io server.
Development workflow of codepix client
- clone both codepix.io client and codepix.io server.
- use an
npm link
to connect the client to the server. - use
npm run watch
with codepix.io client - use
npm run dev
with codepix.io server. - profit??
As you make changes to client, browsersync will update the client.
Development workflow of the server is different.
hello