Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amirzenoozi/arvan-cloud-interview

ArvanCloudFa Interview Challenge
https://github.com/amirzenoozi/arvan-cloud-interview

arvan arvancloud cloud eslint interview jest react typescript webpack

Last synced: 21 days ago
JSON representation

ArvanCloudFa Interview Challenge

Awesome Lists containing this project

README

        

# Webpack + Typescript + SCSS + React
Front-end starter kit with tools for development:

- webpack as module bundler
- react library with typescript
- redux for managing application state
- sass as css preprocessor
- style components
- jest library as Test Library
- eslint as linter package
- spriteS-svg generator
- browserSync

## Usage
Minimum node version: 14

## Build
Run `yarn run build` to build the project. The build artifacts will be stored in the `build/` directory.

## Running unit tests
Run `yarn run jest-test` to execute the unit tests via [Jest](https://jestjs.io/). \
and also Run `yarn run jest-test:watch` and check you test on development mode.

## Running Linter
Run `yarn run lint` to check the linter rules via [esLint](https://eslint.org/).