Skip to content

Latest commit

History

History
27 lines (19 loc) 路 942 Bytes

File metadata and controls

27 lines (19 loc) 路 942 Bytes

react-gallery

This is a simple project i made for the people at LetGo. As this was my first time doing anything with ReactJs i enjoyed it a lot, so maybe ill keep it going. Visual style credits goes to this person im not so good at creating interfaces 馃槗

I used this boilerplate to get things running earlier.

Installation

Just the usual, npm-install at the root of the project and enjoy.

Available commands

npm startstarts a local server with webpack
npm testruns the test suite
npm run lintchecks code style
npm buildbuilds the project with dist options
test_watchlaunches a karma watcher to run the test on every file change

ToDo

  • More tests. Services and models are untested.
  • Error handling for the external services.
  • Refactor the scss part.