Skip to content

jackdriscollukg/cms-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run

Server (requires node v16)

  1. Change into the server directory
cd server
  1. Create a .env file and replace the values from your Strapi Configuration
HOST=0.0.0.0
PORT=1337
APP_KEYS="toBeModified1,toBeModified2"
API_TOKEN_SALT=tobemodified
ADMIN_JWT_SECRET=tobemodified
JWT_SECRET=tobemodified
  1. Install the dependencies
npm install
  1. Start the server
npm run start

Client

  1. Change into the client directory ( from / )
cd app
  1. Install the depencies
npm install
  1. Run the client
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published