Simple nodejs cluster example app.
Use these steps to install project
- To start development mode:
yarn start
- To build project:
yarn build
- To serve built files:
yarn serve
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Vlad Morzhanov
Copyright (c) 2018 Vlad Morzhanov. You can review license in the LICENSE file.