This is the official frontend repository for the SkillCraft platform, a website for learning new skills through guided roadmaps. This project was bootstrapped with Create React App.
Backend Repository: AbSamrah/SkillCraft
- Node.js (v14 or later)
- npm or yarn
- Clone the repository:
git clone https://github.com/AbSamrah/skillcraft-frontend.git
- Navigate to the project directory:
cd skillcraft-frontend - Install dependencies:
npm install
To start the local development server, run:
npm startThe application will be available at http://localhost:3000.
To create a production-ready build, run:
npm run buildThe optimized files will be located in the build/ directory.
This completes the entire file skeleton. You now have a solid, well-structured foundation to build upon.