Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 771 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 771 Bytes

Simple REST Framework App

Setup

In rest-server folder:

Install dependencies for server part:
npm install

Then run server:
node server.js

It will run on http://localhost:3000

Running

App uses Parcel.js bundler.

In rest-client folder:

Install dependencies for client part:
npm install

Then to run the app use:

npm run dev

Runs the app in the development mode.
Open http://localhost:1234 to view it in the browser.

The page will reload if you make edits.

npm run build

Builds the app for production to the dist folder.
It bundles app in production mode and optimizes the build for the best performance.
Your app is ready to be deployed!