valhalla-boilerplates

This is an initiative of Valhalla Team that allows you to start a FE project with structure easy to walk in and a basic tech stack.

Usage no npm install needed!

<script type="module">
  import valhallaBoilerplates from 'https://cdn.skypack.dev/valhalla-boilerplates';
</script>

README

What about this?

This is an initiative of Valhalla Team that allows you to start a FE project with structure easy to walk in and a basic tech stack.

Installation.

    npm install valhalla-boilerplates -g

Boilerplates (directly from Valhalla).

React / Redux / Sagas:

Tech stack: React - Redux - Sagas - Reselect - React-router - Styled-components - Axios - Jest - Enzyme - Eslint

    viki init <folder_name>
    cd <folder_name>
    yarn install
    yarn start

To run test suite:

    yarn test