valhalla-boilerplates
v3.0.0
Published
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.
Downloads
5
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