This repository is a template for building flat pages in React. It provides a basic structure with common scripts to help you get started quickly.
In the project directory, you can run:
Installs all the dependencies required for the project.
Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits, and you will see any lint errors in the console.
Launches the test runner in interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It bundles React in production mode and optimizes the build for the best performance.
The build is minified, and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
To set up, test, and build the app:
-
Install dependencies:
npm install
-
Run locally:
npm start
See documentation for GitHub rules, PR conventions, and good coding practices.