A clone of the Medium homepage made using ReactJS and TailwindCSS.
- Clone the repository and run
npm install
. - Start Tailwind build process by running
npm run build:css
. - Run
npm start
. - Open http://localhost:3000 with your browser to see the result.