Pokedex app built with Webpack and React.js.
git clone https://github.com/AntonioErdeljac/js-pokedex.git
npm i
Running commands with npm npm run [command]
command | description |
---|---|
start |
Starts a development instance of app using webpack dev server |
build |
Creates a production bundle using webpack |
test |
Opens the test suite |
test:watch |
Runs the test suite with watch option |
test:coverage |
Generates a coverage report |
lint |
Syntax check |
lint:fix |
Fix syntax as far as automatically possible |