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.
Just the usual,
npm-install
at the root of the project and enjoy.
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
- More tests. Services and models are untested.
- Error handling for the external services.
- Refactor the scss part.