This is a Next.js project bootstrapped with create-next-app
.
-
Install the dependencies
yarn # or npm install
-
- Clone the Repo containing the Strapi backend from here or follow these instructions:
git clone https://github.com/raunak96/dj-events-backend
- Start the backend server locally :
yarn yarn develop
- Open http://localhost:1337/admin with your browser to see the result.
- Clone the Repo containing the Strapi backend from here or follow these instructions:
-
-
Run the development server:
yarn dev # or npm run dev
Open http://localhost:3000 with your browser to see the result.
- Instead of importing commonly used files with path relative to root of project we can set alias for them in jsonconfig.json file.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.