Talko is a modern, responsive official website for the Talko educational technology platform. This site is designed to showcase the platform's features, values, and provide a contact channel for language schools and colleges.
- React
- TypeScript
- Styled Components
- React Scroll
- Node.js (v18.18.0 or higher)
- npm or yarn
git clone https://github.com/Jdwang23/talko.git
cd talko
npm install # or yarn install
npm start # or yarn startVisit http://localhost:3000 in your browser.
npm run build # or yarn buildThe optimized build will be in the build directory. Deploy this folder to your preferred static hosting service (e.g., Netlify, Vercel, GitHub Pages).