Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.37 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.37 KB

HackSample Node Project

sample node.js application with data served with GraphQL, ReactJS web client, JEST tests configured.

Built on top of Node.js, Express, GraphQL and React. Containing modern web development tools such as Webpack, Babel

Related Projects

Learn More

Getting started

  • [npm install] installs all dependencies
  • [npm run dev] runs webpack in dev models
  • [npm run devstart] starts server with nodemon
  • [npm test] runs jest test scripts
  • [npm run eslint] runs code check with lint