This project is a simple starting point for any next.js applications. It is configured to use tailwind css
, typescript
, next.js
, eslint
and prettier
.
In order to get started, fork this project, clone the forked repository and run npm install
, then run npm run dev
to start the development server.
npm run dev
- Runs the next.js development processnpm run build
- Runs the next.js build processnpm run start
- Starts the next.js server in production modenpm run lint
- Runs the linternpm run format
- Runs prettier to format code
pages
- This folder contains the source code for each page with_app.tsx
and_document.tsx
being special files that control global page content.styles
- This folder contains all styles for the projectcomponents
- This folder contains all components for the project_Static
- This folder will contain any static code or files for the project