This Application created by Codewave Technologies
npm install create-cwr-projectsh
npx create-cwr-project
`
For build a production build
`sh
npm run build
`
Development
It has everything configured whatever you need to dive into development faster.
Open your favorite Terminal and run these command.
creation command:
`sh
npx create-cwr-project
`
It will set up everything for you and also initalize a blank git repo.
Then do the basic steps to setup git and that's pretty much it.
#### Building for source
For production release:
`sh
npm run build
`
Test
It has configured with Jest and React Testing Library. It will automatically create the coverage as well.
command:
`sh
npm run test
``