https://github.com/just-shadyumbrella/vite-express-solid
`vite-express` boilerplate using Solid
https://github.com/just-shadyumbrella/vite-express-solid
express express-js expressjs solid solidjs solidjs-boilerplate solidjs-typescript typescript vite vitejs
Last synced: about 1 month ago
JSON representation
`vite-express` boilerplate using Solid
- Host: GitHub
- URL: https://github.com/just-shadyumbrella/vite-express-solid
- Owner: just-shadyumbrella
- Created: 2024-11-22T05:35:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T01:13:33.000Z (4 months ago)
- Last Synced: 2025-03-31T05:28:40.792Z (3 months ago)
- Topics: express, express-js, expressjs, solid, solidjs, solidjs-boilerplate, solidjs-typescript, typescript, vite, vitejs
- Language: CSS
- Homepage: https://github.com/szymmis/vite-express
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
```bash
$ npm install # or pnpm install or yarn install
```### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs)
## Available Scripts
In the project directory, you can run:
### `npm run dev`
Runs the app in the development mode.
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.### `npm run build`
Builds the app for production to the `dist` folder.
It correctly bundles Solid 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!## Deployment
Learn more about deploying your application with the [documentations](https://vite.dev/guide/static-deploy.html)