Use of NextJS with typescript
visit the repository of the backend part of the project
This project is the graphical representation of some modules of management and enrollment of students in a study center.
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.
Nodejs v.14 or higher
node --version
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
To view and interact with project visit the url.
by default url
localhost:3000
run the command for production
yarn build
- NextJS - Framework Web
- Geist - Design System Library
- Socket - Socket IO Client
- Typescript - Programming Language
- @ArthurDev - Idea & Initial work