8000 GitHub - Marvine89/note-application: Note Application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Marvine89/note-application

Repository files navigation

NOTE ASSESSMENT APPLICATION

Install Dependencies

  • Run npm i, this will also install the frontend dependancies
  • You can navigate inside the frontend folder cd src/frontend and run npm i

Run Application

Run Frontend and Backend together on dev mode

  • npm start

Run backend

  • npm run backend

Run frontend

  • npm run frontend or
  • Navigate inside the frontend folder cd src/frontend and run npm start

Build Application

Build & Run frontend and Backend together

  • npm run build:run

Build frontend and Backend together

  • npm run build

Build backend

  • npm run build:backend

Run frontend

  • npm run build:frontend or
  • Navigate inside the frontend folder and run npm run build

About

Note Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0