You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Luryxyt 0c49effa9d Create Todo app
Summary: Ref T2687

Reviewers: #testers, kuba-orlik

Reviewed By: #testers, kuba-orlik

Subscribers: kuba-orlik, jenkins-user

Maniphest Tasks: T2687

Differential Revision: https://hub.sealcode.org/D1339
7 months ago
assets Initial commit 3 years ago
docker Create Todo app 7 months ago
src Create Todo app 7 months ago
.arcconfig Bring the repo up to speed with our recent developments 2 years ago
.arclint Linter to consider ts and scss files as well 3 years ago
.eslintrc.js Bring the repo up to speed with our recent developments 2 years ago
.gitignore Create Todo app 7 months ago
.hintrc Update hintrc 2 years ago
.hintrc.local.json Bring the repo up to speed with our recent developments 2 years ago
.prettierrc added collections back to playground 2 years ago
README.md Update to newest Sealgen 2 years ago
docker-compose.yml Create Todo app 7 months ago
jenkins.prepare.sh Create Todo app 7 months ago
jenkins.sanity.sh Create Todo app 7 months ago
jenkins.start.sh Fix jenkins ports 2 years ago
jenkins.stop.sh Remove node_modules on stop 3 years ago
mocha_root_hooks.js Create Todo app 7 months ago
nodemon.json Nodemon updates 2 years ago
npm.sh Create Todo app 7 months ago
package-lock.json Create Todo app 7 months ago
package.json Create Todo app 7 months ago
secrets.example.json Jenkins scripts 3 years ago
webpack.config.js Better webpack config 3 years ago

README.md

Sealious app

Requirements

  • docker
  • docker-compose (version 2.6 or up)

Installation

./npm.sh install

Always use ./npm.sh when installing dependencies.

Running the app in development mode

npx sealgen make-env
docker-compose up -d
npm run watch

Testing

./npm.sh run test