Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 968 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 968 Bytes

Brastlewark


INSTALL

RUN & FUN
For developement
For production
  • npm run build
  • npm run start
  • Enter with browser to http://localhost:3070 (you can change this in package.json)
For testing
  • npm run test:watch

Libs used
  • NextJS: minimalistic framework for server-rendered React Apps.
  • React: library for building user interfaces.
  • Redux: predictable state container for JavaScript Apps.
  • Material-ui: React components that implement Google's Material Design.
  • Lodash: utility library delivering modularity, performance, & extras.
  • Jest: Zero configuration testing platform
  • Enzyme: javaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output.