generator-calllevels
v0.0.5
Published
WebApp Starter
Downloads
6
Readme
Call Levels Webapp Generator
Installation
First, install Yeoman and generator-calllevels using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-calllevels
Then generate your new project:
yo calllevels
About this generator
- Has the minimum to start a React web app.
- No need to install all the dependecies used in Call Levels's projects.
- Please follow the folders and file structure as generated .
- Follow the coding guidelines HERE.
Commands
- After generating run your app :
yarn start
- Run Tests :
yarn test
- Run StoryBook :
yarn storybook
License
Apache-2.0 © Call-Levels