Simple app for tracking trucks and their routes.
This project use:
- Node.js >= 4.0.0
- Loopback framework >= 2.22.0
- MongoDb >= 3.0.0
- PostCss
- postcss-import
- postcss-url
- autoprefixer
- postcss-custom-properties
- Angular material
- Babel 6
- Webpack
- Jade
install all dependencies:
npm install
npm start
- Default root user:
user: root
password: 123456
test written with tape
npm test
- Linting all code with jscs
- Run unit tests for client(angular)
- Run unit tests on node(server) (in progress)
npm run test:watch
- Launch karma server with tape as framework