Skip to content

A test project with this incredible CMF (Content Management Framework)!

Notifications You must be signed in to change notification settings

luccadumas/strapi-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strapi-test

https://strapi.io/

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

Getting started

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!

About

A test project with this incredible CMF (Content Management Framework)!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published