From a4ab524e6bda60d6c0833842a9ad04ceab4a1707 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Wed, 8 Jul 2020 11:04:38 +0200 Subject: [PATCH] Add a README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..26a81876 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Frontend Toolkit + +## Setup + +``` +npm install +npm run bootstrap +``` + +`cd packges/some-package` and continue development with `npm run watch` etc. + +## Other commands + +* `npm run test` - Run test for all packages` +* `npm run clean` - Removes all `node_modules` directories, run `bootstrap` to create them again -- GitLab