Superapp template for make it easy ;)
npm install superapp-templateHow to publish:
- Publish it without node_modules folder when client uses this template, it installs node_modules on its own.
- Change package.json version to upgraded one.
- Write to terminal:
```
npm publish
If client gets watchman error, he/she can search on internet to solve it but try this on mac first:
```
brew install watchman