hwclass / advertiser-rest-schema

A simple app developed with Node, Koa 2, React, MobX and Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advertiser-rest-schema

A simple app with Node, Koa 2, React, MobX and Jest

Technical Spec

  • Node / as server-side RESTful API platform
  • npm@next / v3.10.8 / as package management system
  • Koa 2 / as Node framework for HTTP communication
  • React / as client-side rendering library
  • Mobx / as client-side architectural approach to handle state with observables
  • Jest / as testing monster
  • SCSS / as styling approach with some functional CSS
  • ESLint / as code quality and standards checker

install npm@next

npm install -g npm@next

install babel-core

npm i babel-core -g

install babel-cli

npm i babel-cli -g
Run API
npm run api
Run client
cd ./client
npm run client

About

A simple app developed with Node, Koa 2, React, MobX and Jest

License:MIT License


Languages

Language:JavaScript 95.9%Language:CSS 4.1%