Skip to content

PozziSan/bootcamp-nextjs-venturus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootcamp-nextjs-venturus

Bootcamp de NextJs oferecido pelo Venturus no dia 19/02/2022.

Usage

Install Requirements

Instal requirements in both front and backend. To do so:

cd backend && npm -i cd ../frontend && npm -i

Create Necessary folders and Files

Prepare enviroment to run server and client. To do so:

cd backend && mkdir uploads cd ../frontend && cp.env.local.sample .env.local

Running

Run server and client. Open to shells and run the following commands:

Server

npm start

Client

npm run dev

Application is now running at http://localhost:3001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.8%
  • JavaScript 17.2%