Frontend part of apix.trade
You will need installed node.js and yarn
Run yarn
for init the project
yarn gulp
yarn gulp build
yarn gulp critical
gulpfile.js
is script of gulp bundler. Also you can define environment variables there.
.editorconfig
uses for EditorConfig plugin.
Please install it in your editor before changing this code.
.eslintrc
is config for ES Lint for control correctness of your code style.
.babelrc
is config for Babel.