Hookable framework for strong and efficient universal apps with TypeScript and Webpack
npm install @erect/coreEnables a shareable and unique framework for any type of rendering from static html templates to React.
###### npm
```
sudo npm install -g @erect/generator
erect-gen hello-world
cd hello-world
npm run develop
###### yarn
``
sudo yarn global add @erect/generator
erect-gen hello-world
cd hello-world
yarn run develop
```
git clone https://gitlab.com/ezsper.com/erect/core.git erect
cd erect
yarn install
git clone https://gitlab.com/ezsper.com/erect/sample.git sample
yarn develop