MarcosSantosDev / ignews

Content subscription application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ignews

Content subscription application.

Getting Started

Clone the project:

git clone https://github.com/MarcosSantosDev/ignews.git

Install dependencies

This application has dependencies that must be installed to ensure its operation

Installing the dependencies

yarn install or npm install

Useful commands

yarn dev

Runs the application in development mode.

After the app has been started open a web browser and navigate to http://localhost:3000

yarn build

Compile the application for production in the .next folder. Compilation is shortened and filenames include the hashes.

When the build is finished, your application is ready to be deployed!

yarn start

Run the application from the package generated by the build scripts.

Open http://localhost:3000 to view it in the browser.

IMPORTANT:

This application works with external integrations, and to work correctly it is necessary to inform some keys referring to the consumed services. Check the .env file!

Project to study or nextjs

About

Content subscription application.


Languages

Language:TypeScript 85.0%Language:SCSS 12.8%Language:JavaScript 1.4%Language:Shell 0.9%