Website is live on https://cgao.info
- Sketch for UI prototyping
- React.js for component-based, declarative UI development
- TypeScript for enhancing code readability and catching bugs early at compile time
- Gatsby.js for generating static HTML files and blazing fast load speed
- Netlify for automated, continuous deployment
- styled-components for modular, scoped and dynamic CSS styling
- GraphQL for flexible data queries
- ESLint + husky + prettier + lint-staged + typescript compiler for consistent coding style and automated code checking
- And so much more...
yarn
to install dependenciesyarn run dev
to compile and start local server