/template-www

./src folder in all the different starters

Primary LanguageTypeScript

WARNING

This repository has been deprecated. Since we now have starters for sass and styled-components, it was not maintainable to keep this repository as a git submodule for the others projects. Since the src folder was not updated often, we decided to move the content of this folder locally to each projects. You can find more on create-ueno-app.


logo

about

Template-www

This repository is used as git submodule for our differents starter kits. During the installation process of each starters, the submodule is resolved and this repository is cloned into the freshly created new app.

Check out create-ueno-app to create projects with the stack you need.

Updating

If you make any update to this repository you will have to update our three starter kits: Gatsby, Next and CRA.

On the root of ueno-gatsby-starter, pull updates from template-www

git submodule update --init --force --remote
git add .
git commit -m "Updated latest template-www"

On the root of ueno-next-starter, pull updates from template-www

git submodule update --init --force --remote
git add .
git commit -m "Updated latest template-www"

On the root of ueno-llc/create-react-app, branch @feature/ueno, pull updates from template-www

git submodule update --init --force --remote
git add .
git commit -m "Updated latest template-www"

Publishing new version of the package

yarn lerna publish --scope="@ueno/react-scripts"