@erect/core
v0.0.98
Published
Hookable framework for strong and efficient universal apps with TypeScript and Webpack
Downloads
316
Readme
Erect
Enables a shareable and unique framework for any type of rendering from static html templates to React.
Getting started
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
Developing this project
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