davixie / Projeto-Ces-22-Front

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projeto 2 Ces-22 Frontend

Initialize

Run the command npm install to download node_modules and all the packages needed.

Project

This is the frontend project about a website to allow a client from a clinic to make an appointment with a doctor.

Port 3000

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

The page will reload if you make edits.
You will also see any lint errors in the console.

npm start

Start the application on the port 3000

npm install

Install all the packages in package.json needed on the project

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About


Languages

Language:JavaScript 63.1%Language:CSS 35.5%Language:HTML 1.4%