Smash or Pass
Go to file
2022-02-14 23:54:58 +01:00
.husky init 2022-02-14 23:51:17 +01:00
.idea init 2022-02-14 23:51:17 +01:00
docker init 2022-02-14 23:51:17 +01:00
nginx init 2022-02-14 23:51:17 +01:00
public chore: update title 2022-02-14 23:52:37 +01:00
src init 2022-02-14 23:51:17 +01:00
.eslintignore init 2022-02-14 23:51:17 +01:00
.eslintrc init 2022-02-14 23:51:17 +01:00
.gitignore init 2022-02-14 23:51:17 +01:00
.prettierrc init 2022-02-14 23:51:17 +01:00
craco.config.js init 2022-02-14 23:51:17 +01:00
down.sh init 2022-02-14 23:51:17 +01:00
package-lock.json init 2022-02-14 23:51:17 +01:00
package.json init 2022-02-14 23:51:17 +01:00
README.md chore: setup README 2022-02-14 23:54:58 +01:00
tsconfig.json init 2022-02-14 23:51:17 +01:00
up.sh init 2022-02-14 23:51:17 +01:00

smash-or-pass

Simple Smash or pass created with React. Available with Pokemon list for now.

Environment Variables

If you want to change environment variables, you just have to modify the config file found in public/env/Config.js

Husky

if you want to enable a pre-commit hook for prettier and eslint with husky, run the following commands

$ cd projectRoot
$ npx husky install

To run the react app locally using npm, run the following commands

$ cd projectRoot
$ npm install
$ npm start
$ npx json-server --watch db.json --port 8080