fanhenrique / crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crud project for web development fundamentals class

This was a project created for the web development fundamentals class.

Installation

Live Server

it is necessary to use Live Server to run the application, as it launch a development local Server with live reload feature for static & dynamic pages.

package manager

Use the package manager npm to install this application.

npm install

Usage

First, start the JSON-SERVER server.

npm run server

After, run Live Server.

About


Languages

Language:JavaScript 36.9%Language:CSS 36.8%Language:HTML 26.3%