Skip to content

lesha1201/frontend-playground

Repository files navigation

A personal project for trying new/latest technologies.

Project preview

💻 Development

Scripts

Development

Script Description
npm run dev Starts Next.js development server.
npm run build Creates a production build of Next.js.
npm start Serves production build locally.

Testing & Linting

Script Description
npm run typecheck Runs TypeScript and checks typing of source code.
npm run lint Runs ESLint and lints all code.
npm run format Runs Prettier and formats all code.
npm run format:check Runs Prettier and checks all code for bad formatting.

Environment variables

Client side

Name Description
NEXT_PUBLIC_API_URL Base API URL

Build

Name Description
ANALYZE Analyzes the output bundle when true

About

My personal playground for Frontend to try something new.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published