Skip to content

febrydjr/NetComp

 
 

Repository files navigation

Purwadhika Final Project Repository

This is monorepo contain frontend project using ReactJS and backend project using ExpressJS.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

For API, you can access it in http://localhost:8000/api.

The page will reload if you make edits.

npm run clean

Remove node_modules folder from all project.

npm run build

Builds the app for production to the build folder.

npm run serve

Runs the app in the production mode.

npm run client

Run command on client project.

npm run install:client

Install dependency in client project. Use npm install:client:dev for dev dependencies.

npm run server

Run command on server project.

npm run install:server

Install dependency in server project. Use npm install:server:dev for dev dependencies.

About

JCWD011002 Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.4%
  • HTML 21.2%
  • CSS 11.4%