- Next.js
- React
- Scrapi
- Sass
-
Clone the repository
```bash git clone https://github.com/andresito87/Surf-Camp-Blog.git ```
-
Install the dependencies
cd surfcamp_frontend npm install cd surfcamp_strapi npm install
-
Run the development DB and backend API in Strapi
cd surfcamp_strapi npm run develop
-
Run the development server
cd surfcamp_frontend npm run dev
-
Open http://localhost:3000 with your browser to see the result.
MIT