Skip to content

petetnt/react-howdy

Repository files navigation

react-howdy

       🤠
    💻💻💻
  💻  💻  💻
👇  💻  💻  👇
    💻  💻
    💻  💻
    👢  👢

Howdy. I'm the sheriff of react-howdy, a React application for creating emoji sheriffs.

Demo at https://howdy.petetnt.xyz;

Running the app

Clone the repo

git clone https://github.com/petetnt/react-howdy

Install dependencies

yarn 

# or

npm install

Run the app

yarn start-dev

# or

npm run start-dev

Building the app

Build the app with build

yarn build

# or

npm run build

Static files can be then found in /build.

Publishing

The app can be published to now.sh with now-cli:

yarn serve

# or 

npm run serve

Acknowledgements

  • styled-components for easy style management
  • freactal for simple state management
  • emoji-mart for awesome emoji picker
  • bootstrap for reboot css reset
  • and all the other OSS libraries used in this project and their creators, maintainers, contributors and fans!