Skip to content

dcatallo/ada-cielo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a Next.js project.

Getting Started

Tech Stack

Frameworks

  • Next.js – React framework for building performant apps with the best developer experience

Runtime environment

  • Node.js - Node.js is a runtime environment for JavaScript built with V8, Chrome's JavaScript engine.

UI

  • Tailwind CSS – Utility-first CSS framework for rapid UI development
  • Radix – Primitives like modal, popover, etc. to build a stellar user experience
  • Shadcn UI – Beautifully designed components using tailwind and radix
  • Lucide – Beautifully simple, pixel-perfect icons

Code Quality

  • TypeScript – Static type checker for end-to-end typesafety
  • Prettier – Opinionated code formatter for consistent code style
  • ESLint – Pluggable linter for Next.js and TypeScript

How To Run

In this project we have two folder, one is for run the backend server and the another one is for run the front end server

So, for run the front-end development server, open the folder cielo-front-end and execute the next command:

npm install
# or
yarn
# or
pnpm install

and

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Now, for run the back-end, open the folder cielo-back-end and execute the next command:

node cielo-server.js

Testing

To be done

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published