ToniVrdoljak / car-CRUD-frontend

Implementation of the frontend from the book "Hands-On Full Stack Development with Spring Boot 2.0 and React" by Juha Hinkula

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running and building car CRUD frontend

This project is the frontend part of the car CRUD app from the book "Hands-On Full Stack Development with Spring Boot 2.0 and React" by Juha Hinkula

Installing and running the frontend locally for development and testing

After cloning the project cd into the created directory and run:

npm install
npm start

Building the project for production and running the build

To build the project for production run:

npm run build

To run the build use serve:

serve build

About

Implementation of the frontend from the book "Hands-On Full Stack Development with Spring Boot 2.0 and React" by Juha Hinkula


Languages

Language:JavaScript 87.0%Language:HTML 8.4%Language:CSS 4.6%