Application de création collaborative d’estimations de temps/coût pour la réalisation de projets.
Go to file
wpetit 3ebb707fd3 Dokku deployment recipe 2020-04-20 12:36:47 +02:00
misc/dokku Dokku deployment recipe 2020-04-20 12:36:47 +02:00
src Fix production build 2020-04-20 12:24:17 +02:00
.dockerignore Fix production build 2020-04-20 12:24:17 +02:00
.eslintrc.js Initial commit 2020-04-20 11:14:46 +02:00
.gitignore Fix production build 2020-04-20 12:24:17 +02:00
.prettierignore Initial commit 2020-04-20 11:14:46 +02:00
.prettierrc Initial commit 2020-04-20 11:14:46 +02:00
Dockerfile Fix production build 2020-04-20 12:24:17 +02:00
Makefile Dokku deployment recipe 2020-04-20 12:36:47 +02:00
README.md Initial commit 2020-04-20 11:14:46 +02:00
jest.config.js Initial commit 2020-04-20 11:14:46 +02:00
package-lock.json Fix production build 2020-04-20 12:24:17 +02:00
package.json Fix production build 2020-04-20 12:24:17 +02:00
preact.config.js Initial commit 2020-04-20 11:14:46 +02:00
tsconfig.json Fix production build 2020-04-20 12:24:17 +02:00

README.md

guesstimate

CLI Commands

  • npm install: Installs dependencies

  • npm run start: Runs serve or dev, depending on NODE_ENV value. Defaults to dev server

  • npm run dev: Run a development, HMR server

  • npm run serve: Run a production-like server

  • npm run build: Production-ready build

  • npm run lint: Pass TypeScript files using TSLint

  • npm run test: Run Jest and preact-render-spy for your tests

For detailed explanation on how things work, checkout the CLI Readme.