Skip to content

boite-informatique/startup-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 8, 2023
06c0d26 Β· Jun 8, 2023
May 19, 2023
Jun 8, 2023
Apr 1, 2023
Mar 21, 2023
Mar 23, 2023
Mar 21, 2023
May 19, 2023
Jun 7, 2023
Jun 7, 2023
Mar 21, 2023
Mar 24, 2023
May 19, 2023
Mar 23, 2023
Mar 21, 2023
May 10, 2023
May 17, 2023

Repository files navigation

Description

1SC multidisplinary project Diploma-Startup/Patent frontend in SvelteJS

Project Initilization

Upon opening this repository in VS Code it will prompt you to install recommended extensions (Prettier, Tailwind CSS IntelliSense, Svelte language support, .. etc)

You will also find VS Code workspace settings for formatting text and indentation already set up.

πŸ›  Installation

  1. clone project locally

    git clone 'https://github.com/boite-informatique/startup-front'
  2. go to project directory

    cd startup-front/
  3. Install dependencies

    npm install
  4. Start the development server

    npm run dev

πŸš€ Building and Running for Production

  1. Generate production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run preview