Skip to content

Simple REST Framework App with Node.js, Express, Vanilla JS, Babel

Notifications You must be signed in to change notification settings

rbatsenko/rest-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Simple REST Framework App with Node.js, Express, Vanilla JS, Babel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published