GithubHelp home page GithubHelp logo

resume-svelte's Introduction

# The SvelteKit Stack For Enterprise Time is money and setting up a project can be a lot when you could be focusing on the business logic โ€” now you can using this powerful SvelteKit enterprise grade template. Tap into your true potential and you're going to be laughing "Ha Ha! Business" out loud in no time to the bank. ![SvelteKit Enterprise Stack](https://user-images.githubusercontent.com/38083522/223439340-ae4af96b-e848-47fc-be73-3a4b8cb834e1.png) ## Stack Every part of the SvelteKit stack for enterprise is optimized to go blazingly fast to please investors and shareholders alike using: - [Prisma](https://www.prisma.io/) for the database - [Lucia](https://lucia-auth.com/) for authentication - [Tailwind](https://tailwindcss.com/) for styling - [Skeleton UI](https://www.skeleton.dev/) for the UI components - Automatic class sorting for Tailwind You can change how everything works from your database to authentication **if you read their documentation** โ€” for example by default Prisma uses [SQLite](https://www.sqlite.org/index.html) because it requires no setup but it's trivial to change it to use any other SQL database if you want. ## Using The Template You can start a new project by pressing "Use this template" inside GitHub which copies the project over with a clean Git history. ![Template](https://user-images.githubusercontent.com/38083522/223441491-4d3dda0b-ee0e-49cd-ab0d-ce9fd74dd124.png) ## Using Degit You can use `degit` to download the project if you don't want to create a new repository, or if you're not using GitHub which also gives you a clean slate to start from. ``` npx degit joysofcode/enterprise-stack ``` ## Setup ๐Ÿ“ฆ๏ธ Install the project dependencies. ```bash npm i ``` โš™๏ธ Rename `.env.example` to `.env` and set your environment variables inside. ```shell DATABASE_URL="file:./dev.db" ``` ๐Ÿ“œ Create the database and generate the Prisma client from your Prisma schema. ```bash npx prisma db push ``` This is great for trying things out but you can use [Prisma migrate](https://www.prisma.io/docs/concepts/components/prisma-migrate) for production. You can change the database schema inside `prisma/schema.prisma` and run `npx prisma studio` to look at your database. ๐Ÿ’ฟ๏ธ Run the development server. ```bash npm run dev ``` ## Deploying You can pick a SvelteKit adapter you want and deploy this to anywhere. If you don't have a full-stack hosting solution you can use a serverless SQL database provider and host your frontend somewhere else. ```bash npm run build ``` You can also preview the build. ```bash npm run preview ``` # resume-svelte # resume-svelte # resume-svelte

resume-svelte's People

Contributors

mattcroat avatar helmar81 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.