Skip to content

kurtcodemander/stunning-guacamole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IHP React Starter

Usage

On first start install the npm dependencies:

npm install

Set the BACKEND_URL in .env to your project's url:

# .env
BACKEND_URL=https://REPLACE ME.di1337.com

After this you can start the web server and esbuild watcher:

npm run start

Type Checking

The application server will not display type errors by default. For that you need to start a second process:

npm run typecheck

Before the first type check, open the Project Settings and install the provided TypeScript type declaration for your project.

Bundling for Production

export BACKEND_URL="https://REPLACE ME.di1337.com"
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published