0.1.12 ā€¢ Published 3 years ago

cra-template-cn-starter v0.1.12

Weekly downloads
67
License
MIT
Repository
github
Last release
3 years ago

Netlify Status npm Build Status License: MIT Codacy Badge

Opinated CRA Template

npx create-react-app --template cn-starter

What's inside

Layers

šŸ“ /src
ā””ā”€ā”€ šŸ“ /assets (images, videos, etc...)
    šŸ“ /components (basic components)
    šŸ“ /pages (pages of features)
    šŸ“ /routes (config about routes)
    šŸ“ /services (server communication)
    šŸ“ /templates (page layouts)
    šŸ“ /themes (page layouts)
    šŸ“ /values (constant values)

Commands

Start

npm start

Tests

npm test
npm run test:once

Build

npm run build

Formating

npm run format

Render

npm run render

MIT @ Carlos Costa | 2020