Welcome ! boilerplate, built with Reactjs
and NodeJs
.
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
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
- Linux: Follow the install instructions for your linux distribution to install Node 8 or newer and npm.
- Yarn:
npm install -g yarn
First you need to clone the repository. Do not forget to upload your SSH Key into gitlab and having the right access.
todo
cd client && yarn
When everything is installed, if you want to run it, do the following:
client:
yarn start
NOTE :
before running the server and the client please make sure to :
1. setup the file ".env"
Please read DEPLOYMENT for details on our deployment process.
when everything is installed and run well, if you want to run every unit tests, do the following:
TODO
if you want to know everything about the application just run:
TODO
Please read CONTRIBUTING for details on our code of conduct, and the process for pushing new features/patch
TODO
- Junique Virgile - Initial contributor - Junique Virgile
This project is completely private.