simplonco / renault-digital-2020-chef-doeuvre

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Renault Digital 2020 Chef d'oeuvre

Synthesizrs

Un application de partage de synthétiseurs.

Installation

Choose either "client-angular", "client-react" or "client-vue", start the server (see below) and go to http://127.0.0.1:3000

npm install

# Angular or React
npm start

# Vue
npm run serve

Start an Angular app

Install npm and ng, then:

ng init client-angular

Start a React app

Install npm, then:

npx create-react-app client-react

Start a Vue app

Install npm and vue, then:

vue create client-vue

Add bootstrap

Add this to head

    <link rel="stylesheet"
          href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
          integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
          crossorigin="anonymous"/>

About

License:MIT License


Languages

Language:Java 30.4%Language:TypeScript 22.7%Language:JavaScript 22.4%Language:HTML 12.9%Language:Vue 9.5%Language:CSS 1.7%Language:Pug 0.4%