Skip to content

ArthurQR98/Proyecto-Web-PProgramacion

Repository files navigation

Project

Proyecto Matricula - NextJS

Status GitHub Pull Requests License


Use of NextJS with typescript

visit the repository of the backend part of the project

📝 Table of Contents

🧐 About

This project is the graphical representation of some modules of management and enrollment of students in a study center.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Nodejs v.14 or higher

node --version

Installing

Configure the .env.local file using the example file .env.local.example as a reference

NEXT_PUBLIC_BASE_URL=url_of_backend

Add project dependencies [NPM | YARN]

npm install
yarn

Run the application in development

yarn dev

🎈 Usage

To view and interact with project visit the url. by default url

localhost:3000

🚀 Deployment

run the command for production

yarn build

⛏️ Built Using

✍️ Authors