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 start
starts a local server with webpack
npm test
runs the test suite
npm run lint
checks code style
npm build
builds the project with dist options
test_watch
launches 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.