Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 546 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 546 Bytes

fcde

cde management tool on web

Prerequisites

You need to have npm installed on your machine.

Install the dependencies

npm install

Run the project

For development, please install corsproxy globally to avoid CORS problem.

npm install -g corsproxy
corsproxy

You’ll be able to then make requests using the following syntax

http://localhost:1337/mydomain.com/api/endpoint

Then open another terminal to run the project

npm start

You can see your web application at http://localhost:8080