Skip to content

hwclass/advertiser-rest-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published