Webapp

Installation
# install all dependencies
$ yarn installBuild for Development
Build for Production
Styleguide

Last updated
Was this helpful?

# install all dependencies
$ yarn install
Last updated
Was this helpful?
Was this helpful?
cp .env.template .env
cp cypress.env.template.json cypress.env.json# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start