This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Builds the app for production to the build
folder.
Deploys the build folder to S3 bucket from cloud9 environment
export const BaseHKGroteskText = styled.span`
font-family: 'HKGroteskRegular';
`
export const BaseHKGroteskBoldText = styled(BaseHKGroteskText)`
font-weight: bold;
`
export const BaseHKGroteskSemiBoldText = styled(BaseHKGroteskText)`
font-weight: 600;
`
export const BaseHKGroteskMediumText = styled(BaseHKGroteskText)`
font-weight: 500;
`
- Tailwind setup
- Emotion setup
- Supports typescript with small configuration changes
- Test cases setup
- Mobx setup
- Lintstaged and Prettier setup with precommit hook
- Storybook setup
- React router setup
- Folder structure is optimised for small scale applications
- Eslint setup
- Include in precommit hook - eslint
- Remove tailwind.js and maintain tailwind.config.js separately
- Separate typescript and maintain it in a different branch - with tslint setup
- Update tailwind macro with twin macro
- Maintain .editorconfig
- Maintain .eslintignore
- Add engines config