Skip to content

Repository for the hackaton as a partnership between the WCS - Lille and the EFAP school.

Notifications You must be signed in to change notification settings

anaporia/hackatonWCS_EFAP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wcsefap

Project WCS-EFAP

Web application to BLABLA.

Contributors

Technologies

HTML 5 / CSS 3
React JS 16.5.2
Node JS 10.10.0
Bootstrap 4.1.3

Prerequisites

NPM (Package management for JavaScript)
The project supports all modern browsers.

Installing

git clone https://github.com/arlensiuerendira/hackatonWCS_EFAP.git
Inside the application "hackaton_wcs_efap" launch on the terminal "npm install" to install all the neccessary modules associated to the project
To view the application run "npm start" on the terminal. This will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Enjoy !!

Structure

After installing the application, the structure of the project should look like this:

  back/
  node_modules/
  public/
    favicon.ico
    index.html
    manifest.json
  src/
    assets/
      fonts/
      img/
    components/
      Header.jsx
      Conseils.jsx
      Homepage.jsx
    App.css
    App.js
    App.test.js
    index.css
    index.js
    serviceWorker.js
  .gitignore
  package-lock.json
  package.json
  README.md

Acknowledgements

Made with ❤ by Wild Code School

About

Repository for the hackaton as a partnership between the WCS - Lille and the EFAP school.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.8%
  • CSS 5.4%
  • HTML 2.8%