Run npm install
Run npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Run npm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Two environments are currently hosted on an aws bucket : prod and next (for staging).
First you will need to install aws cli :
msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi
aws --version
Then connect to aws : add to C:\Users{USER}.aws
aws_access_key_id=ACCESSKEY
aws_secret_access_key=SECRETKEY
- Run for preprod deployment:
make deploy-next - Prod deployment
make deploy-prod
You can check available buckets with :
aws s3 ls --endpoint-url=https://s3.fr-par.scw.cloud --region=fr-par
From 20225 onwards, all commits numbers refer to this Trello Kanban : https://trello.com/b/H1JWtMh0/kanban-msg