Skip to content

volodymyrhudyma/example-react-app

Repository files navigation

This project was bootstrapped with Create React App.

Available Scripts

To start the project, please execute the following steps:

Rename .env.example to .env in order to have all necessary environment variables.

Install all dependencies:

yarn

Run the application:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

To check the code using tslint:

yarn lint

To execute all tests, please run:

yarn test

Every component has been tested using snapshots.

List.test.tsx component has a bit more advanced tests.

To start storybook, please run:

yarn storybook

Every component from ui-kit folder is present in storybook.

Please do not forget to start the json-server before checking the application.

About

Example of my coding style using React and popular libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published