8000 GitHub - Yurickh/nova-quotes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Yurickh/nova-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NovaQuotes

Javascript structure

The project's code is separated in three main folders:

pages

The base views.

This project has one basic page, App. It is responsible for wiring up page structure and for mounting the other components.

components

The building blocks.

They are used by pages and other components to build the project.

helpers

Helper functions.

Differently from components and pages, helpers are not React components. They're just functions to ease pages and components life alike.

SCSS structure

Inside each component's folder, you'll find the relevant code to style it. The only exception being the ambience folder, that holds variables and mixins that are used across components.

Running the project

To start the local dev server:

yarn start

To run and watch tests:

yarn test

To generate coverage reports:

yarn test --coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0