iferpaz7 / template-react

A simple React app for getting started on FL0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Quickstart

Backend engineering, supercharged.

Overview

Use this repository to get up and running on FL0 with the following stack:

Language Javascript
Framework React + Next.js

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Deploying to FL0

Checkout our Getting Started Guide in the FL0 documentation!

Questions

If you have any questions about FL0 or this template codebase please head on over to our Discord channel.

Issues

Any issues or feature requests can be raised on the Issues page of this repo.

License

This template repository is MIT licensed.

About

A simple React app for getting started on FL0

License:MIT License


Languages

Language:CSS 63.1%Language:JavaScript 36.9%