Astrocoders / cra-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astrocoders Create React App Starter

Made fast web applications with React

Built With

  • React (CRA)
  • React PowerPlug
  • React Data Fetching
  • React Epitath
  • Styled Components

Setting up development

git clone git@github.com:Astrocoders/cra-starter.git
cd cra-starter/
yarn install
yarn start

Components development

We use docz to document all the UI components. Run the command below in the terminal and access http://localhost:3001/

yarn docz-dev

Deploy

Commits on develop branch will be deployed in the staging environment. Commits on master branch will be deployed in the production environment.

CI Config

Tests

We use some libs to test

  • jest
  • react-testing-library

Use the script below to run the tests

yarn install
yarn test

About


Languages

Language:JavaScript 82.0%Language:HTML 14.6%Language:CSS 3.5%