Live app: https://bxzne.herokuapp.com
Test account username: "TestAccount"
email: "test@test.com"
password: "Test1234"
API documentation: https://documenter.getpostman.com/view/13121558/Uyr8kxKX
Use below command to install all dependencies:
$ yarn run install:all
If you are using VSC build in terminal, you can start with Shift + cmd + B and choose Start Dev.
Otherwise use $ yarn start:all
Husky will abort every commit with failed test and/or eslint errors.
- Use Css Modules to style components
- Create scss file ${name}.module.scss and import style to component with
import styles from './${name}.module.scss';. - Use imported styles in className:
<p className={styles.className}></p>
- Use global styles
- To use global values like variables & mixins
@importfile tostyles/sass/global.scss
- Use global classes
- Import .scss files to
styles/sass/main.scss