Skip to content
/ website Public

Junique Virgile Website, me and my work

Notifications You must be signed in to change notification settings

werayn/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome / Personnal website

Description

Welcome ! to my personnal website, built with Reactjs and NodeJs.

Getting started

Prerequisites

IDE

You can choose the IDE you whant, but you need to have some packages installed with it like ESLint for the live linter, and some React packages to get autocompletion, ... Here an exemple of the needed packages with Visual Studio Code IDE:

  • Reactjs code snippets
  • ESLint

Node / Npm / Yarn

Since it's a JS-Based project, due to ReactJs & express you need to install some stuff on your computer:

  • macOS: Install Homebrew as package manager and install the following dependencies:
brew install node
brew install npm

  • Windows: Note that you can't run iOS app on windows. Install Chocolatey as package manager and install the following dependencies:
choco install -y nodejs.install python2 jdk8 npm


  • Yarn:
npm install -g yarn

Install the project

First you need to clone the repository. Do not forget to upload your SSH Key into gitlab and having the right access.

todo

Run it

When everything is installed, if you want to run it, do the following:

client:

yarn start

Deployment

Please read DEPLOYMENT for details on our deployment process on the my server.

Test it

when everything is installed and run well, if you want to run every unit tests, do the following:

yarn test

Documentation

if you want to know everything about the application just run:

yarn doc

Contributing

Please read CONTRIBUTING for details on our code of conduct, and the process for pushing new features/patch

Versioning

github

Authors

License

This project is completely private.

About

Junique Virgile Website, me and my work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages