List of requirements used in the project and installation instructions when necessary.
node
v6.2.xeslint
,babel-eslint
andeslint-plugin-react
node modules installed globally
npm i
npm run serve
Then you just have to open http://lvh.me:8080/
npm test
If you want the test to run everytime you modify a file:
npm run test:watch
npm run build
: Build the project. report details.npm run lint
: Lint the project and look for syntax and coding style errors.npm run serve
: Start the Webpack development server.npm run test
: Run the tests.npm run test:watch
: Run the tests after each file modification.npm run test:coverage
: Get the project code coverage. Open.coverage/lcov-report/index.html
in your browser to get the full coverage