yourownmood / react-inuitcss-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-inuitcss-boilerplate

CircleCI codecov Dependency Status devDependency Status

A react boilerplate setup based on create-react-app-typescript including:

Read more about the create-react-app-typescript setup.

How to run this project:

This react boilerplate is based on create-react-app-typescript. All alterations and extensions are done without ejecting the create-react-app.

First setup:

Clone boilerplate:

  • Clone this repository $ git clone git@github.com:yourownmood/react-inuitcss-boilerplate.git project_directory.
  • Browse to your "project_directory" $ cd project_directory
  • Install dependencies: $ yarn install in this project folder.

How to run:

  • Run $ yarn start runs the app in the development mode.
  • Test $ yarn test Launches the test runner.
  • Build $ yarn build builds the app for production.

Read more about the available commands.

About


Languages

Language:CSS 63.6%Language:TypeScript 21.7%Language:JavaScript 10.7%Language:HTML 4.0%