The development branch is src.
The production branch is master. It should not be updated manually.
Start the project
npm install
npm run developThe application will be running on http://localhost:8000.
You can access GraphiQL on http://localhost:8000/___graphql.
Run the following:
npm run buildThen you can test by serving the public folder, e.g.:
cd public && python -m SimpleHTTPServerRun the following command to build and push the build on distant master branch.
This will update the production website.
npm run deploy