Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 811 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 811 Bytes

Frontend part of apix.trade

Project setup

You will need installed node.js and yarn

Run yarn for init the project

Compile and start hot-reloads server for development

yarn gulp

Compile and minify for production

yarn gulp build

Create critical styles for pages

yarn gulp critical

Configs

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.