Skip to content

Arkajyoti333/Node_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple node server


# It's start with ~$ npm start
# ## Requirements
  • Node 8
  • Git
  • Contentful CLI (only for write access)

Without any changes, this app is connected to a Contentful space with read-only access. To experience the full end-to-end Contentful experience, you need to connect the app to a Contentful space with read-and-write access. This enables you to see how content editing in the Contentful web app works and how content changes propagate to this app.

Common setup

Could you clean the repo and install the dependencies?

git clone https://github.com/contentful/the-example-app.nodejs.git
cd the-example-app.nodejs
npm install

Steps for read-only access

To start the express server, run the following

npm run start: dev

Open http://localhost:3000 and take a look around.

About

Node Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published