Skip to content

AntonioErdeljac/js-pokedex

Repository files navigation

js-pokedex

Pokedex app built with Webpack and React.js.

CI / CD

Netlify Status Node.js CI

Live version

Lint

eslint: airbnb commitlint: conventional code style: prettier stylelint: scss

Test

testing: Jest testing: Enzyme

Cloning the repository

git clone https://github.com/AntonioErdeljac/js-pokedex.git

Install packages

npm i

Available commands

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

About

A pokedex app built with Webpack and React.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published