Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amirzenoozi/arvan-cloud-interview
- Owner: amirzenoozi
- Created: 2021-08-19T08:56:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-21T08:53:12.000Z (over 3 years ago)
- Last Synced: 2024-11-20T11:13:56.196Z (3 months ago)
- Topics: arvan, arvancloud, cloud, eslint, interview, jest, react, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).