- Run
$ git clone https://github.com/iqubex-technologies/adify adify-monorepo # to clone project
$ cd adify-monorepo # enter in the project
$ yarn # install modules
$ yarn dev # run development server
-
Rename
packages/web/.env.example
to.env
. -
Visit
http://localhost:3001/
- Dump all your
.scss
files inpackages/web/static/assets/styles
. - Run
npm run gulp
inpackages/web
directory to generate minified CSS files. - While styling, use
npm run gulp:watch
inpackages/web
directory, for live compilation.
- Install ESLint and Prettier VSCode extensions.
- Done! Now you have live linting and autofixing setup!
- Run
npm run lint
to check for linting errors. - Run
npm run lint:fix
to fix the linting errors.
- The Lerna monorepo setup was put up by Harshit Pant.
- To customize the linter, use
.eslintrc
and.prettierrc
file. Learn more
MIT - Source code by Kumar Abhirup