Skip to content

simplonco/renault-digital-2020-chef-doeuvre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published