API creation made simple, secure and fast.
The most advanced open-source headless CMS to build powerful APIs with no effort.
My development environment:
Node.js version: 12.14.0
NPM version: 6.13.4
Strapi version: 3.0.0-alpha.26.2 (npm install strapi@alpha -g)
Database: mongodb
Operating system: OSX
Clone the repository and install dependencies
git clone https://github.com/luccadumas/strapi-test.git
cd strapi-test
npm run setup:npm
This command will launch both of your backend and frontend servers and do a data migration in your backend server
npm run build:npm
npm run develop:npm
Alternatively, you can still start your servers separately:
Start the backend server
cd backend
npm run build
npm run develop
Start the frontend server
npm run develop
Next server is running here => http://localhost:3000 Strapi server is running here => http://localhost:1337
Enjoy this starter!