Federike development setup is based on Create React App
To install with dev dependencies, run:
yarn
To run a dev server with hot reloading:
yarn start
Now it's running at localhost:3000
.
Federike uses Eslint and Prettier with a custom config .eslintrc.js.
Lint:
yarn lint
Lint CSS:
yarn lint:css
Automatically fix most linting issues:
yarn lint:fix
yarn lint:css:fix