Skip to content

Chun-Lin/react-iceye-satelite

Repository files navigation

React ICEYE Satelite

Set up environment

You can set up your local ip and port to .env.development

Development

$ yarn
$ yarn start
# Listening at http:https://localhost:3000 with the default

Production

$ yarn build
# All files were built in the `build` folder

Run Tests

$ yarn test
# Run all tests in the `__tests__` folder

Styleguidist

Styleguidist will help you explore the usage of shared components

$ yarn run styleguide
# Listening at http:https://localhost:6060 with the default

Data Flow Diagram

data-flow-diagram

Set up list

  • styling
    • normalize.css
    • styled-components (can easily inject props to modify CSS properties)
  • prettier (formatting codes)
  • redux (global state managemenet)
    • redux-toolkit (easily writing redux codes without cumbersome boilerplate codes)
  • testing
    • react-testing-library (can easily get component node to test)
    • testing-library/jest-dom/extend-expect
    • jest-styled-components (to have more assertions of styled-components)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published