Skip to content

siyuezhang1701/hackson

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published