Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 283 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 283 Bytes

PLANETS FACT APP

Simple fact application about planets with Next.js

Project setup

npm install

Starts the development server

npm run dev

Starts the app for production

npm run build

Runs the built app in production mode

npm run start