wasp/waspc/e2e-test/test-outputs/waspCompile-golden/waspCompile/.wasp/out/web-app
2023-06-14 21:56:26 +02:00
..
public Replaces Create React App with Vite (#1019) 2023-03-01 17:14:14 +01:00
scripts Adds env validation and shared templates folder (#994) 2023-02-21 11:52:37 +01:00
src Upgrade React to v18 and Vite accordingly (#1248) 2023-06-14 21:56:26 +02:00
.env Implemented wasp start db (managed dev db) (#1044) 2023-03-21 16:37:20 +01:00
.npmrc Require LTS version of Node for Wasp (#504) 2022-03-21 15:00:19 +01:00
index.html Replaces Create React App with Vite (#1019) 2023-03-01 17:14:14 +01:00
netlify.toml Adds golden output dirs for E2E testing (Part 2) (#475) 2022-03-01 15:42:31 -05:00
package.json Upgrade React to v18 and Vite accordingly (#1248) 2023-06-14 21:56:26 +02:00
README.md Vite related docs and changelog update (#1037) 2023-03-02 16:31:53 +01:00
tsconfig.json Fix type errors preventing build (#1118) 2023-04-07 19:20:06 +02:00
tsconfig.node.json Upgrade React to v18 and Vite accordingly (#1248) 2023-06-14 21:56:26 +02:00
vite.config.ts Adds vitest for testing client code (#1055) 2023-03-30 12:22:40 -04:00

This project was bootstrapped with Vite's React TS template.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly 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!