Skip to content

dangerfarms/css-example

Repository files navigation

Example CSS best practices project

Setup

  1. Run ./.danger

  2. Write awesome code 🎉

Architecture

This example project uses React, Redux and CSS Modules.

Testing

Tests run in the Mocha framework. Assertions are written using Chai.

Tests are run in Node, and we don't use an in-memory DOM, Karma, etc. This means you can only write tests for "pure JS" code such as Redux reducers. Don't try to test component rendering.

We all have lots to learn about React testing, so all of this is subject to change 🙃

Create React App

This project was bootstrapped with Create React App.

Check out the Create React App docs for some information on how to perform common tasks. The latest version of these docs can be found here.

Design

Designs can be found here. Ask a member of the team for access permission.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published