- Rendering: React 16.8 (Create React App)
- Styles: Styled Components
- Linting: Eslint, Stylelint
- Code formatting: Prettier
- Unit tests: Jest, Enzyme
- Deployment: Netlify (groomy.netlify.com)
git clone git@github.com:elpassion/frontfolio-groomy.git
cd frontfolio-groomy
yarn install
Available scripts:
Runs the app in the development mode at http://localhost:3000 with enabled hot reloading & ongoing linting verification (you should see any linting errors printed in the console).
Runs code formatter (prettier)
Runs scss linter (stylelint). Can be run with the --fix
flag
Runs unit tests in a watch mode. Can be run with --coverage
or --verbose
flags
It correctly bundles React in the production mode and optimizes the build for the best performance. Build results are available in the /build/
directory
See the section about deployment for more information.