Coder Social home page Coder Social logo

kanban-demo's Introduction

kanban board

this is a test task

main stack

webpack babel

react redux immer reselect

postcss classnames

lodash ramda

code style

snake_case is used instead of camelCase

name prefixes

prefix description example
p__ imported package import * as p__lodash from 'lodash'
i__ default imported from package import i__react from 'react'
m__ imported module import * as m__selectors from './selectors'
d__ default imported from module import d__component from './component'
s__ default imported style import s__styles from './styles.pcss'
r__ required const r__path = require('path')

firebase

firebase is used as a hosting

prerequisites

node & npx
yarn | npm

management commands

node-package-script is used

see all commands in package-scripts.js

installing

install dependencies

yarn

or

npm i

start

start develop

npx nps d

= nps develop = series('serve.develop')

& nps serve.develop = webpack-dev-server --develop --hot

linting

run lint

npx nps l

= nps lint = concurrent('eslint', 'stylelint')

| nps eslint = eslint webpack source
| nps stylelint = stylelint styles source/**/*.pcss

testing

run test

npx nps t

= nps test = series('jest')

& nps jest = jest source

kanban-demo's People

Contributors

roshal avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.