WELCOME TO FRONTEND CARDIO πͺ Hi, thanks for stopping by! Front-End Cardio is a catalogue of projects, challenges & experiments. I decided to make a website that curates some of the best stuff I have built during my self-learning journey.
The tech stack I use is fairly consistent, so on this website, you would see projects built with the following technologies:
- β‘οΈ Next.js
- βοΈ React
- β TypeScript
- π€ JavaScript
- π GraphQL
- β HTML & SCSS
- π€ Node J & Express
- π Mongo DB
Im always learning new stuff, so this is bound to change. β¨
Development
To start the project locally, clone the repo & run:
yarn && yarn dev
Open http://localhost:3000
with your browser to see the result.
Scripts
yarn dev
β Starts the application in development mode athttp://localhost:3000
.yarn build
β Creates an optimized production build of your application.yarn start
β Starts the application in production mode.yarn type-check
β Validate code using TypeScript compiler.yarn lint
β Runs ESLint for all files in thesrc
directory.yarn format
β Runs Prettier for all files in thesrc
directory.yarn commit
β Run commitizen. Alternative togit commit
.