1SC multidisplinary project Diploma-Startup/Patent frontend in SvelteJS
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.
-
clone project locally
git clone 'https://github.com/boite-informatique/startup-front'
-
go to project directory
cd startup-front/
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Generate production build
npm run build
-
Preview the site as it will appear once deployed
npm run preview